summaryrefslogtreecommitdiff
path: root/static/releases.html
blob: 1dc3b6f5e77b7b573b8e1bf6657853d961766c3b (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
30
31
32
33
<!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="Official releases of 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><a href="/build">Build</a></li>
                <li class="active"><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>GrapheneOS releases</h2>
            <p>These releases are also available as tags in the source code repositories.</p>
            <h2>Stable channel</h2>
            <div id="stable"></div>
            <h2>Beta channel</h2>
            <div id="beta"></div>
            <script src="/releases.js"></script>
        </div>
    </body>
</html>