add page linking to issue tracker / sources
This commit is contained in:
parent
f3a47399a7
commit
55ed3d710b
@ -13,6 +13,7 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">GrapheneOS</a></li>
|
||||
<li><a href="/source">Source</a></li>
|
||||
<li><a href="/donate">Donate</a></li>
|
||||
<li class="active"><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
|
@ -13,6 +13,7 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">GrapheneOS</a></li>
|
||||
<li><a href="/source">Source</a></li>
|
||||
<li class="active"><a href="/donate">Donate</a></li>
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
|
@ -12,6 +12,7 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li class="active"><a href="/">GrapheneOS</a></li>
|
||||
<li><a href="/source">Source</a></li>
|
||||
<li><a href="/donate">Donate</a></li>
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
|
@ -6,6 +6,10 @@
|
||||
<loc>https://grapheneos.org/</loc>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://attestation.app/source</loc>
|
||||
<priority>0.1</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://grapheneos.org/donate</loc>
|
||||
<priority>0.5</priority>
|
||||
|
29
static/source.html
Normal file
29
static/source.html
Normal file
@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="theme-color" content="#212121"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Source</title>
|
||||
<meta name="description" content="Source code and issue trackers for GrapheneOS."/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?0"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">GrapheneOS</a></li>
|
||||
<li class="active"><a href="/source">Source</a></li>
|
||||
<li><a href="/donate">Donate</a></li>
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div id="content">
|
||||
<h1>Source</h1>
|
||||
<ul>
|
||||
<li><a href="https://github.com/GrapheneOS/os_issue_tracker">OS issue tracker</a></li>
|
||||
<li><a href="https://github.com/GrapheneOS/platform_manifest">Manifest for repositories</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user