make trollface.pl pass the w3 validator

This commit is contained in:
jacekpoz 2024-10-05 12:53:43 +02:00
parent 0270a47edd
commit 669ecdd1db
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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>