diff options
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/install.html b/static/install.html index 24e70625..fba6edd3 100644 --- a/static/install.html +++ b/static/install.html @@ -15,7 +15,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/install"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?6"/> + <link rel="stylesheet" href="/grapheneos.css?7"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/install"/> </head> @@ -172,10 +172,10 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre> </div> <footer> <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> - <div id="social"> - <a href="https://twitter.com/GrapheneOS">Twitter</a> - <a href="https://github.com/GrapheneOS">GitHub</a> - </div> + <ul id="social"> + <li><a href="https://twitter.com/GrapheneOS">Twitter</a></li> + <li><a href="https://github.com/GrapheneOS">GitHub</a></li> + </ul> </footer> </body> </html> |
