summaryrefslogtreecommitdiff
path: root/static/contact.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-04-25 23:01:20 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-04-25 23:01:59 -0400
commit52d5f0e3d57426e9fc72190ec2fc348d94246bc7 (patch)
tree4cf4cc048612a93267dc71578b78ad271783e72e /static/contact.html
parent7bd483a00e1b88bf1a109eeb72dbaf1890fbc322 (diff)
add contact page based on attestation.app
Diffstat (limited to 'static/contact.html')
-rw-r--r--static/contact.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/static/contact.html b/static/contact.html
new file mode 100644
index 00000000..3a689ee4
--- /dev/null
+++ b/static/contact.html
@@ -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>