blug/site/index.html
2024-04-26 22:05:44 +02:00

21 lines
No EOL
339 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TITLE HERE</title>
</head>
<body>
<h1>crispys blug</h1>
<p>
hello i might write some words here from time to time<br>
</p>
<p>
i heard all the cool kids are doing it<br>
</p>
</body>
</html>