Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
footerbar [2020/12/01 19:46]
admin
footerbar [2020/12/01 20:29] (current)
admin
Line 1: Line 1:
 <html> <html>
 +<link rel="preconnect" href="https://fonts.gstatic.com">
 +<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
 +<style>
 +.wikihead {
 +    background: linear-gradient(to right, #333333 0%, #808080 100%);
 +    font-family: 'Roboto Slab', serif;
 +}
 +a.one:link {color:#ff9933;}
 +a.one:visited {color:#ff9933;}
 +a.one:hover {color:#ffcc00;}
 +</style>
 +<body>
 +
 +<div class='wikihead'>
 +<font color='ffcc00'>
 <center> <center>
-<a href="https://discord.gg/5RDF84Y6F5">Join Us On Discord</a> | <a href="https://www.bloodpixels.com/">Blood And Pixels Website</a> | <a href="https://twitter.com/BloodPixels">Blood And Pixels on Twitter</a>+<a class="one" href="https://discord.gg/5RDF84Y6F5">Join Us On Discord</a> | <a class="one" href="https://www.bloodpixels.com/">Blood And Pixels Website</a> | <a class="one" href="https://twitter.com/BloodPixels">Blood And Pixels on Twitter</a>
 </center> </center>
 +</font>
 +</div>
 +
 +</body>
 </html> </html>