-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcollaborative-web-apps.html
More file actions
51 lines (51 loc) · 2.25 KB
/
collaborative-web-apps.html
File metadata and controls
51 lines (51 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="Rohan Deshpande">
<meta name="title" content="A simple way to build collaborative web apps">
<meta name="description" content="Personal website of Rohan Deshpande with articles and links">
<title>A simple way to build collaborative web apps » Rohan Deshpande | rohand.com</title>
<style>
.skip-link {
position: absolute;
top: -40px;
left: 0;
padding: 8px;
z-index: 100;
}
.skip-link:focus {
top: 0;
}
a:focus, button:focus {
outline: 2px solid #0066cc;
}
</style>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<header role="banner">
<a href="index.html" aria-label="Home page">home</a>
<a href="to-github.html" aria-label="GitHub profile">github</a>
<a href="to-twitter.html" aria-label="Twitter profile">twitter</a>
<a href="to-linkedin.html" aria-label="LinkedIn profile">linkedin</a>
<a href="inbox.html" aria-label="Inbox page">inbox</a>
[<a target="_blank" rel="noopener noreferrer" href="https://github.com/appwiz/appwiz.github.io/edit/main/collaborative-web-apps.html" aria-label="Edit this page on GitHub"><small>edit page</small></a>]
<hr />
</header>
<section id="main-content" role="main">
<article>
<h1>A simple way to build collaborative web apps</h1>
<p><em>Original article is at <a target="_blank" rel="noopener noreferrer" href="https://zjy.cloud/posts/collaborative-web-apps" aria-label="A simple way to build collaborative web apps (opens in new window)">A simple way to build collaborative web apps</a></em></p>
<blockquote>
<p></p>
</blockquote>
</article>
</section>
<footer role="contentinfo">
<hr />
<p>© 2005-2026 Rohan Deshpande. All rights reserved. Licensed under <a target="_blank" rel="noopener noreferrer" href="to-cc.html" aria-label="Creative Commons BY-ND 4.0 license">CC BY-ND 4.0</a>.</p>
</footer>
</body>
</html>