Files
neocities/_layouts/default.html
bvanroll 15983b6230
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 35s
foota
2025-08-24 01:19:19 +02:00

23 lines
470 B
HTML

<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css">
<script src="/js/main.js"></script>
<title>{{ page.title }}</title>
</head>
<body>
<div class="header">
<h1>
beppe.online
</h1>
</div>
{% include nav.html %}
<div class="content">
{{ content }}
</div>
{% include footer.html %}
</body>
</html>