Completely new UI

This commit is contained in:
Bingus_Violet 2024-03-03 16:17:15 -06:00
parent 3c6270f83d
commit e301f73ebf
6 changed files with 50 additions and 40 deletions

View file

@ -5,14 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Violet's Limbo</title>
<link rel="stylesheet" href="https://violets-purgatory.dev/style.css">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h2><a href="/">Home</a></h2>
<h1 class="title">{POST_TITLE}</h1>
<div class="fadediv">
<main>
<hr>
{POST}
</div>
</main>
</body>
</html>