diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-24 09:22:57 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-24 09:22:57 -0500 |
commit | f1e2ff26b20948330f614c665231804caa2a2ec9 (patch) | |
tree | 621707d3f9e63213d207b0a5b0193f75b85ccca8 /index.njk | |
parent | 2260999b43361cda968d8179810996960cd14330 (diff) | |
download | mccd.space-f1e2ff26b20948330f614c665231804caa2a2ec9.tar.gz mccd.space-f1e2ff26b20948330f614c665231804caa2a2ec9.tar.bz2 mccd.space-f1e2ff26b20948330f614c665231804caa2a2ec9.zip |
Diffstat (limited to '')
-rw-r--r-- | index.njk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |