-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnavigation.html
27 lines (27 loc) · 1.19 KB
/
navigation.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
<!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>
<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="/downloads.html">Download</a>
<a class="wide" href="/installation.html">Installation</a>
<a class="wide" href="https://github.com/Quill-OS">GitHub</a>
<a class="wide" href="https://github.com/Quill-OS/quill/wiki">Wiki</a>
<a class="wide" href="/screenshots.html">Screenshots</a>
<a class="wide" href="/donate.html">Donate</a>
</p>
<hr>
</center>
</body>
</html>