make trollface.pl pass the w3 validator
This commit is contained in:
parent
0270a47edd
commit
669ecdd1db
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<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">
|
||||||
<title>trolled !!!</title>
|
<title>trolled !!!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="./trollface.png" />
|
<img src="./trollface.png" alt="trollface">
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue