-
Notifications
You must be signed in to change notification settings - Fork 4
/
desktop.html
68 lines (66 loc) · 2.16 KB
/
desktop.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="An Experimental Web Based User Agent" />
<meta name="theme-color" content="wheat" />
<title>Capyloon - Reclaim Your Web! - Debian Releases</title>
<link rel="icon" href="images/logo_64.png" />
<link rel="stylesheet" href="style.css" />
<script src="main.js" type="module"></script>
</head>
<body>
<div id="top">
<a class="header" href="/">
<div class="title">Capyloon</div>
<div class="subtitle">Reclaim Your Web!</div>
</a>
<div class="filler"></div>
<a href="https://matrix.to/#/#capyloon:matrix.org" title="Chat On Matrix">
<img
width="32px"
alt="Chat On Matrix"
src="images/matrix-favicon.png"
/>
</a>
<a href="https://github.com/capyloon" title="Code On Github">
<img
width="32px"
alt="Code On Github"
src="images/GitHub-Mark-64px.png"
/>
</a>
<a href="https://fosstodon.org/@capyloon" title="Follow Us On Mastodon">
<img
width="32px"
alt="Follow Us On Mastodon"
src="images/mastodon.svg"
/>
</a>
<a href="https://twitter.com/capyloon" title="Follow Us On Twitter">
<img
width="32px"
alt="Follow Us On Twitter"
src="images/2021 Twitter logo - black.png"
/>
</a>
</div>
<div id="content">
<h3>Debian Releases - amd64</h3>
<ul>
<li><a href="https://debian.capyloon.org/pool/main/capyloon-desktop_0.3-19516_amd64.deb">Jun 8, 2023. sha256=423f3632aec9812a3ab05184ff8f753b8e8ad9323712b03e96d496584371c2bb</a></li>
</ul>
<footer>
<div>© 2023 Capyloon LLC.</div>
<div id="privacy-link" tabindex="0">Privacy Policy</div>
</footer>
<div id="privacy-policy" tabindex="0">
We don't track you and use analytics by
<a href="https://plausible.io/" target="_blank" rel="noopener"
>Plausible</a
>.
</div>
</div>
</body>
</html>