-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnavigation.html
More file actions
25 lines (25 loc) · 1.11 KB
/
navigation.html
File metadata and controls
25 lines (25 loc) · 1.11 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8152735988840418" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,500;0,700;1,500;1,700&family=Roboto+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/navigation.css">
</head>
<body>
<center style="padding-top: 10px;">
<a class="wide" href="/"><img src="assets/quillos-web.png" alt="Quill OS logo" width=125 height=125></a>
<hr>
<p>
<a class="wide" href="/">Home</a>
<a class="wide" href="https://github.com/PorQ-Pine">GitHub</a>
<a class="wide" href="https://matrix.to/#/#porq-pine:matrix.org">Matrix</a>
<a class="wide" href="/screenshots.html">Screenshots</a>
<a class="wide" href="/donate.html">Donate</a>
</p>
<hr>
</center>
</body>
</html>