diff options
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/donate.html b/static/donate.html index 1e2b2f67..46eb35e9 100644 --- a/static/donate.html +++ b/static/donate.html @@ -15,7 +15,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/donate"/> <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/donate"/> </head> @@ -54,10 +54,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> |
