-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
33 lines (25 loc) · 1.49 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>0data Hello World</title>
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<link rel="icon" type="image/png" href="https://static.rosano.ca/0data/touch.png">
<link rel="icon" type="image/png" href="https://static.rosano.ca/0data/touch.png">
<link rel="icon" href="https://static.rosano.ca/0data/identity.svg" sizes="any" type="image/svg+xml">
<meta property="og:image" content="https://static.rosano.ca/0data/touch.png">
</head>
<body>
<h1>0data Hello World</h1>
<p>These are simple <a href="https://0data.app" target="_blank">0data apps</a> that demonstrate CRUD operations for <code>/todos</code> only using HTML, CSS, and JavaScript (minimal dependencies, no build systems). Choose one of the protocols to give it a try:</p>
<ul>
<li><a href="./fission/">Fission</a></li>
<li><a href="./remotestorage/">remoteStorage</a></li>
<li><a href="./solid/solid-file-client/">Solid</a></li>
</ul>
<p>This project came out of <a href="https://chat.0data.app/t/51">Zero Data Swap #4</a>.</p>
<small>All CSS styles are from <a href="https://simplecss.org">Simple.css</a>.</small>
<small>You may also be interested in the <a href="https://github.com/0dataapp/hello">source code</a>.</small>
</body>
</html>