blug/template.html

18 lines
266 B
HTML
Raw Normal View History

2024-04-26 22:05:44 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-04-26 22:32:34 +02:00
<title>something silly</title>
<style>
html { color-scheme: dark; }
</style>
2024-04-26 22:05:44 +02:00
</head>
<body>
CONTENT HERE
</body>
2024-04-26 22:32:34 +02:00
</html>