htmd/template.html

14 lines
215 B
HTML
Raw Normal View History

<!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:14:06 +02:00
<title>Title - {FILENAME}</title>
</head>
<body>
2024-04-26 23:14:06 +02:00
{CONTENT}
</body>
</html>