blug/template.html

18 lines
344 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 23:25:21 +02:00
<title>something silly - {FILENAME}</title>
2024-05-26 17:58:00 +02:00
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/cretin.png">
2024-04-26 22:05:44 +02:00
</head>
<body>
2024-05-26 17:58:00 +02:00
<main>
{CONTENT}
</main>
2024-04-26 22:05:44 +02:00
</body>
2024-05-26 17:58:00 +02:00
</html>