diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-16 15:56:21 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-16 15:57:00 -0400 |
| commit | 746eed0a6a33b29b1c287e7d46ed4d5c87cf190b (patch) | |
| tree | 347ed9aaa84ebf27aea4c52969bc3d84f1e0084f /static/source.html | |
| parent | ff75dce561bb2de429537545688d6b4e00287214 (diff) | |
use a list for footer links
Diffstat (limited to 'static/source.html')
| -rw-r--r-- | static/source.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/source.html b/static/source.html index db9ab3f9..c58a9d14 100644 --- a/static/source.html +++ b/static/source.html @@ -15,7 +15,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/source"/> <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/source"/> </head> @@ -66,10 +66,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> |
