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,17 +5,16 @@
<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="https://violets-purgatory.dev">Home</a></h2>
<h1>Violet's Limbo</h1>
<div class="fadediv">
<p>Violet's Limbo is just a bunch of random blogs I decided to post, because why not :></p>
<p>Currently its very early in development, and is going through a large rewrite :P</p>
<main>
<p>Violet's Limbo is... my blog! I talk about game design, development, and whatever else comes to mind!</p>
<p>Enjoy my bad opinions!<hr></p>
<h2>Posts:</h2>
{POSTS}
</div>
</main>
</body>
</html>

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>