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">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta property="og:image" content="/trollface.png" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<meta charset="utf-8">
|
||||
<meta property="og:image" content="/trollface.png">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<title>trolled !!!</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="./trollface.png" />
|
||||
<img src="./trollface.png" alt="trollface">
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue