summaryrefslogtreecommitdiff
path: root/static/source.html
blob: 3443204f301e4028312d75f33fbfef0afa8ec5a3 (plain)
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
<!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>Source</title>
        <meta name="description" content="Source code and issue trackers 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 class="active"><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>Source</h1>
            <ul>
                <li><a href="https://github.com/GrapheneOS/os_issue_tracker">OS issue tracker</a></li>
                <li><a href="https://github.com/GrapheneOS/platform_manifest">Manifest for repositories</a></li>
            </ul>
        </div>
    </body>
</html>