improve trollface.pl

This commit is contained in:
jacekpoz 2023-07-17 14:10:24 +02:00
parent cb241a262b
commit a7865169a9
2 changed files with 5 additions and 1 deletions

View file

@ -4,9 +4,10 @@
<meta charset="utf-8">
<meta property="og:image" content="/trollface.png">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="/style.css">
<title>trolled !!!</title>
</head>
<body>
<img src="/trollface.png">
<div id="trollface" />
</body>
</html>

View file

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