diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-26 02:26:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-26 02:29:45 -0400 |
| commit | a6670a92d69919f341ad4efb9201b915bbe454ea (patch) | |
| tree | e10804b57079946cb6211cb5b2a231acad92cc46 /static/build.html | |
| parent | b818516048901bca5254859c27281a85012b1790 (diff) | |
add stub build page
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html new file mode 100644 index 00000000..121be773 --- /dev/null +++ b/static/build.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"/> + <meta name="description" content="Building instructions for GrapheneOS, 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><a href="/install">Install</a></li> + <li class="active"><a href="/build">Build</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>Build</h1> + <p>This is temporarily a stub since the old building instructions need to be ported + over to this web format.</p> + </div> + </body> +</html> |
