summaryrefslogtreecommitdiff
path: root/static/usage.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-16 15:56:21 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-16 15:57:00 -0400
commit746eed0a6a33b29b1c287e7d46ed4d5c87cf190b (patch)
tree347ed9aaa84ebf27aea4c52969bc3d84f1e0084f /static/usage.html
parentff75dce561bb2de429537545688d6b4e00287214 (diff)
use a list for footer links
Diffstat (limited to 'static/usage.html')
-rw-r--r--static/usage.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/usage.html b/static/usage.html
index ecdffabb..fc07f32c 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -15,7 +15,7 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/usage"/>
<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/usage"/>
</head>
@@ -196,10 +196,10 @@
</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>