1
0
mirror of https://gitea.blesmrt.net/mikaela/gist.git synced 2025-06-27 17:47:26 +02:00
2024-06-19 08:53:27 +03:00

21 lines
324 B
HTML

<!-- @format -->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Lorem.</title>
<link
rel="stylesheet"
href="fun.css"
/>
</head>
<body>
<h1>MEOW</h1>
</body>
</html>