diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-06 15:25:52 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-06 15:48:36 -0400 |
| commit | b11c838111a99248df18093ac2f4e66f511ac44a (patch) | |
| tree | 3681bcdd771406d0bf956710b67d56a0a4f30821 /static/usage.html | |
| parent | 8454878d378588386a18a28a5aae970051046ea3 (diff) | |
add placeholder usage guide
Diffstat (limited to 'static/usage.html')
| -rw-r--r-- | static/usage.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/static/usage.html b/static/usage.html new file mode 100644 index 00000000..69794512 --- /dev/null +++ b/static/usage.html @@ -0,0 +1,42 @@ +<!DOCTYPE html> +<html lang="en" prefix="og: http://ogp.me/ns#"> + <head> + <meta charset="utf-8"/> + <title>Usage | GrapheneOS</title> + <meta name="description" content="Usage instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> + <meta name="theme-color" content="#212121"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta property="og:title" content="GrapheneOS usage documentation"/> + <meta property="og:type" content="website"/> + <meta property="og:image" content="https://grapheneos.org/graphene.png"/> + <meta property="og:url" content="https://grapheneos.org/usage"/> + <meta property="og:site_name" content="GrapheneOS"/> + <link rel="stylesheet" href="/grapheneos.css?4"/> + <link rel="manifest" href="/manifest.webmanifest"/> + <link rel="canonical" href="https://grapheneos.org/usage"/> + </head> + <body> + <nav> + <ul> + <li><a href="/">GrapheneOS</a></li> + <li><a href="/install">Install</a></li> + <li><a href="/build">Build</a></li> + <li class="active"><a href="/usage">Usage</a></li> + <li><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>Usage</h1> + <p><strong>This page is currently a placeholder and will be filled with lots of content over time.</strong></p> + </div> + <footer> + <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> + <div id="social"> + <a href="https://twitter.com/GrapheneOS">Twitter</a> + </div> + </footer> + </body> +</html> |
