trollface is back hopefully

This commit is contained in:
jacekpoz 2023-07-17 23:17:43 +02:00
parent 727c080e02
commit 28ca6d3dd7
2 changed files with 4 additions and 2 deletions

View file

@ -8,6 +8,8 @@
<title>trolled !!!</title>
</head>
<body>
<div id="trollface" />
<div id="trollface" >
<img src="./trollface.png">
</div>
</body>
</html>

View file

@ -1,3 +1,3 @@
#trollface {
background: url(trollface.png) no-repeat center center;
background: url(./trollface.png) no-repeat center center;
}