mirror of
https://github.com/safing/web
synced 2025-04-09 13:39:09 +00:00
12 lines
332 B
HTML
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>
|