diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 23:24:31 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 23:24:31 -0400 |
| commit | 55ed3d710b5cd8e86c00ab7be83a02e7ec42c433 (patch) | |
| tree | 0033891f14df2e005ebfd66d8e52a7978942e242 /static/source.html | |
| parent | f3a47399a7bf761d620843d44b1d5c2887eb7a04 (diff) | |
add page linking to issue tracker / sources
Diffstat (limited to 'static/source.html')
| -rw-r--r-- | static/source.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/static/source.html b/static/source.html new file mode 100644 index 00000000..3443204f --- /dev/null +++ b/static/source.html @@ -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> |
