-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
85 lines (60 loc) · 2.76 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<title>Doorless App Ring</title>
<script src="ui-behaviour.js"></script>
<link rel="stylesheet" type="text/css" href="ui-style.css" />
<link rel="apple-touch-icon" href="https://static.rosano.ca/swar/touch.png">
<meta property="og:image" content="https://static.rosano.ca/swar/touch.png">
</head>
<body>
<div class="APRVitrine APRBox">
<ol class="APRVitrineList">
<li><a href="https://hyperdraft.rosano.ca" title="Turn your text notes into a website">Hyperdraft</a></li>
<li><a href="https://moon-forge.brianginsburg.com" title="Playground for lunar instruments">Moon Forge</a></li>
<li><a href="https://pimeja.lectronice.com" title="English/French Toki Pona dictionary">Pimeja</a></li>
<li><a href="https://joybox.rosano.ca" title="Pinboard for audiovisual media">Joybox</a></li>
<li><a href="https://0data.app" title="Apps that let you own 100% of your data">Zero Data App</a></li>
<li><a href="https://easyindie.app" title="Run your own X in a few clicks">Easy Indie</a></li>
<li><a href="https://launchlet.dev" title="Customize any website with JavaScript or CSS.">Launchlet</a></li>
<li><a href="https://diffuse.sh" title="A music player that connects to your cloud/distributed storage.">Diffuse</a></li>
</ol>
<hr role="presentation" />
<p class="APRVitrineBlurb">This webring supports <a href="https://rosano.hmm.garden/01evv3hq1ak4b6ng1jzppx5n2j">doorless</a> projects that function without signing into an account. The ring welcomes hand-crafted tools, apps, or websites where 'someone can show up and start using it immediately'.</p>
<p class="APRVitrineJoin">To add your project(s) to the ring, link to here from your project and submit a <a href="https://github.com/0dataapp/small-web-app-ring#add-your-projects-to-the-ring">Pull Request</a>.</p>
<a class="APRVitrineRandomLink APRNoScriptHide" href="#random">Random</a>
<span class="APRNoScriptHide">|</span>
<a class="APRVitrineInfoLink" href="https://github.com/0dataapp/small-web-app-ring">More info</a>
</div>
<div class="APRRandom APRBox APRNoScriptHide">
<p>
<span class="APRRandomTitle">Doorless App Ring</span>
—
<span class="APRRandomBlurb">A webring for web apps</span>
</p>
<hr role="presentation">
<p>
<span class="APRRandomRedirecting">Redirecting to</span>
<span class="APRRandomTargetDomain"></span>
<dl>
<dt class="APRRandomTargetName"></dt>
<dd class="APRRandomTargetBlurb"></dd>
</dl>
</p>
<hr role="presentation">
<a class="APRRandomDirectoryLink" href="#">Directory</a>
</div>
<noscript>
<style>
.APRNoScriptHide {
display: none;
}
</style>
</noscript>
<script>
APRVitrineBehaviour.LifecyclePageDidLoad();
</script>
</body>
</html>