diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-26 02:05:51 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-26 02:13:40 -0400 |
| commit | ad30c80e78ab2823cf70382563ae41fced3e02d0 (patch) | |
| tree | 2ab9af893eb09f133b0417f811a6e332b9bb3b45 /static/releases.html | |
| parent | 0d502c191e9edf86c30befbbaceb5754a0f9b232 (diff) | |
move releases to a dedicated page
Diffstat (limited to 'static/releases.html')
| -rw-r--r-- | static/releases.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html new file mode 100644 index 00000000..3095719c --- /dev/null +++ b/static/releases.html @@ -0,0 +1,31 @@ +<!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"/> + <meta name="description" content="GrapheneOS is a security and privacy focused mobile OS with Android app compatibility."/> + <title>GrapheneOS</title> + <link rel="stylesheet" href="/grapheneos.css?0"/> + </head> + <body> + <nav> + <ul> + <li><a href="/">GrapheneOS</a></li> + <li class="active"><a href="/releases">Releases</a></li> + <li><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>GrapheneOS releases</h2> + <p>These releases are also available as tags in the source code repositories.</p> + <h2>Stable channel</h2> + <div id="stable"></div> + <h2>Beta channel</h2> + <div id="beta"></div> + <script src="/releases.js"></script> + </div> + </body> +</html> |
