Differences

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

Link to this comparison view

Next revision
Previous revision
footerbar [2020/12/01 19:41]
admin created
footerbar [2020/12/01 20:29] (current)
admin
Line 1: Line 1:
-Feudal Kingdoms Wiki Footer+<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> 
 +<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> 
 +</font> 
 +</div> 
 + 
 +</body> 
 +</html>