aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-24 09:22:57 -0500
committerMarc Coquand <marc@mccd.space>2024-05-24 09:22:57 -0500
commitf1e2ff26b20948330f614c665231804caa2a2ec9 (patch)
tree621707d3f9e63213d207b0a5b0193f75b85ccca8
parent2260999b43361cda968d8179810996960cd14330 (diff)
downloadmccd.space-f1e2ff26b20948330f614c665231804caa2a2ec9.tar.gz
mccd.space-f1e2ff26b20948330f614c665231804caa2a2ec9.tar.bz2
mccd.space-f1e2ff26b20948330f614c665231804caa2a2ec9.zip
Proper body tagHEADmaster
-rw-r--r--index.njk3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.njk b/index.njk
index 5422cc1..dcb496f 100644
--- a/index.njk
+++ b/index.njk
@@ -11,6 +11,7 @@
<title>߸ mccd</title>
</head>
+<body>
<div style="display: flex; flex-direction: column;" class="intro">
<a href="/" class="code side-margin" style="color: black; margin-bottom: 0px;font-weight: 700; margin-top: 5px; font-size: 14px">mccd</a>
<div class="side-margin code" style="font-size: 12px; margin-bottom: 0px; line-height:1.3; ">
@@ -51,4 +52,4 @@
</div>
{% endfor %}
</div>
-</head>
+</body>