add contact page based on attestation.app
This commit is contained in:
parent
7bd483a00e
commit
52d5f0e3d5
28
static/contact.html
Normal file
28
static/contact.html
Normal file
@ -0,0 +1,28 @@
|
||||
<!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>Contact</title>
|
||||
<meta name="description" content="Contact information 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><a href="/donate">Donate</a></li>
|
||||
<li class="active"><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div id="content">
|
||||
<h1>Contact</h1>
|
||||
<p>You can contact <a href="mailto:contact@grapheneos.org">contact@grapheneos.org</a> for topics
|
||||
related to the Auditor app and attestation service. The <a href="mailto:security@grapheneos.org">security@grapheneos.org</a>
|
||||
address can be used for high priority security issues. My personal email address <a href="mailto:danielmicay@gmail.com">danielmicay@gmail.com</a>
|
||||
can be used for anything else.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -14,6 +14,7 @@
|
||||
<ul>
|
||||
<li><a href="/">GrapheneOS</a></li>
|
||||
<li class="active"><a href="/donate">Donate</a></li>
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div id="content">
|
||||
|
@ -13,6 +13,7 @@
|
||||
<ul>
|
||||
<li class="active"><a href="/">GrapheneOS</a></li>
|
||||
<li><a href="/donate">Donate</a></li>
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div id="content">
|
||||
|
Loading…
x
Reference in New Issue
Block a user