forked from poz/niksos
improve trollface.pl
This commit is contained in:
parent
cb241a262b
commit
a7865169a9
2 changed files with 5 additions and 1 deletions
|
@ -4,9 +4,10 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta property="og:image" content="/trollface.png">
|
<meta property="og:image" content="/trollface.png">
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||||
|
<link rel="stylesheet" href="/style.css">
|
||||||
<title>trolled !!!</title>
|
<title>trolled !!!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="/trollface.png">
|
<div id="trollface" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
3
hosts/chmura/trollface.pl/style.css
Normal file
3
hosts/chmura/trollface.pl/style.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#trollface {
|
||||||
|
background: url(trollface.png) no-repeat center center;
|
||||||
|
}
|
Loading…
Reference in a new issue