forked from poz/niksos
trollface is back hopefully
This commit is contained in:
parent
727c080e02
commit
28ca6d3dd7
2 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,8 @@
|
|||
<title>trolled !!!</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="trollface" />
|
||||
<div id="trollface" >
|
||||
<img src="./trollface.png">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#trollface {
|
||||
background: url(trollface.png) no-repeat center center;
|
||||
background: url(./trollface.png) no-repeat center center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue