nyxsite/site/templates/blog/index.j2
Nyx Tutt 0380d5ab4c start blog work
Signed-off-by: Nyx Tutt <me@everypizza.im>
2025-02-25 01:33:08 -06:00

22 lines
559 B
Django/Jinja

<!DOCTYPE html>
<head>
<title>
Nyx's personal site
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/assets/index.css" rel="stylesheet" type="text/css">
<script src="/assets/three.min.js"></script>
<script src="/assets/vanta.birds.min.js"></script>
<script src="/assets/birds.js" defer></script>
</head>
<body>
<div id="bird-canvas"></div>
<h1>
nyxblog
</h1>
<p>
welcome to this one's blog! it doesn't have anything on here yet.
</p>
</body>