formatting changes

This commit is contained in:
jacekpoz 2024-07-16 08:07:53 +02:00
parent 70c30d0785
commit 0e43ad825b
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
9 changed files with 15 additions and 15 deletions

View file

@ -1,12 +1,12 @@
<!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" />
</body>
</html>