Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 17:25, 27 November 2018

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