nyxsite/site/templates/blog/index.j2

23 lines
559 B
Text
Raw Normal View History

<!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>