All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 1m13s
19 lines
362 B
HTML
19 lines
362 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
<title>{{ page.title }}</title>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<h1>
|
|
beppe.online
|
|
</h1>
|
|
</div>
|
|
{% include nav.html %}
|
|
{{ content }}
|
|
</body>
|
|
</html>
|