Difference between revisions of "MediaWiki:Common.css"

From PolyCraft World
Jump to navigation Jump to search
Line 2: Line 2:
 
<html>
 
<html>
 
<head>
 
<head>
</head>
 
<body>
 
 
<style>
 
<style>
 
<link rel="shortcut icon" type="image/png" href=url("https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png")>
 
<link rel="shortcut icon" type="image/png" href=url("https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png")>
 
</style>
 
</style>
 +
</head>
 +
<body>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 17:22, 27 November 2018

/* CSS placed here will be applied to all skins */
<html>
<head>
<style>
<link rel="shortcut icon" type="image/png" href=url("https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png")>
</style>
</head>
<body>
</body>
</html>