-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathsource.html
53 lines (53 loc) · 2.69 KB
/
source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<title>Source | attestation.app</title>
<meta name="description" content="Source code and issue trackers for the Auditor Android app and associated service."/>
<meta name="theme-color" content="#212121"/>
<meta name="color-scheme" content="dark light"/>
<meta name="msapplication-TileColor" content="#ffffff"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="twitter:site" content="@GrapheneOS"/>
<meta name="twitter:creator" content="@GrapheneOS"/>
<meta property="og:title" content="Auditor source"/>
<meta property="og:description" content="Source code and issue trackers for the Auditor Android app and associated service."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://attestation.app/opengraph.png"/>
<meta property="og:image:width" content="512"/>
<meta property="og:image:height" content="512"/>
<meta property="og:image:alt" content="Auditor logo"/>
<meta property="og:url" content="https://attestation.app/source"/>
<meta property="og:site_name" content="attestation.app"/>
<link rel="canonical" href="https://attestation.app/source"/>
<link rel="icon" href="/favicon.ico"/>
<link rel="icon" sizes="any" type="image/svg+xml" href="/favicon.svg"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#000000"/>
<link rel="apple-touch-icon" href="/apple-touch-icon.png"/>
{{css|/main.css}}
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/>
</head>
<body>
<header>
<nav id="site-menu">
<ul>
<li><a href="/">Device integrity monitoring</a></li>
<li><a href="/about">About</a></li>
<li><a href="/tutorial">Tutorial</a></li>
<li aria-current="page"><a href="/source">Source</a></li>
<li><a href="/privacy-policy">Privacy policy</a></li>
<li><a href="/donate">Donate</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
</header>
<main id="source">
<h1><a href="#source">Source</a></h1>
<ul>
<li><a href="https://github.com/GrapheneOS/Auditor">Auditor app</a></li>
<li><a href="https://github.com/GrapheneOS/AttestationServer">Attestation server (including this site)</a></li>
</ul>
</main>
</body>
</html>