Files
neocities/_layouts/default.html
2025-08-24 00:36:13 +02:00

13 lines
250 B
HTML

<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<link rel="stylesheet" href="main.css">
<title>{{ page.title }}</title>
</head>
<body>
{{ content }}
</body>
</html>