mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 20:20:41 +02:00
7 lines
207 B
HTML
7 lines
207 B
HTML
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{metadata.title}}</title>
|
|
<link rel="stylesheet" href="/style/style.css">
|
|
</head>
|