shfw-walkthrough/_layouts/default.html

13 lines
307 B
HTML
Raw Normal View History

2024-05-03 13:21:20 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
</head>
<body>
{{ content }}
</body>
</html>