diff options
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> |