1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-09 13:39:09 +00:00
safing-web/_layouts/page.html
2022-10-12 13:13:40 +02:00

12 lines
332 B
HTML

<!DOCTYPE html>
<html lang={{ site.lang }}>
<head>
{% include head.html %}
</head>
<body class="antialiased font-medium overflow-x-hidden bg-black text-white">
{% include nav.html %}
{{ content }}
{% include footer.html %}
<script src="{{ site.assets_url }}javascript/nojs.js"></script>
</body>
</html>