BlogSharer/resources/mainPage.html

25 lines
645 B
HTML
Raw Normal View History

2023-12-28 17:26:32 -06:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Violet's Limbo</title>
2024-03-03 16:17:15 -06:00
<link rel="stylesheet" href="./style.css">
2024-03-23 14:43:33 -05:00
<style>
* {
text-align: center;
}
</style>
2023-12-28 17:26:32 -06:00
</head>
<body>
2024-01-05 14:29:47 -06:00
<h2><a href="https://violets-purgatory.dev">Home</a></h2>
<h1>Violet's Limbo</h1>
2024-03-03 16:17:15 -06:00
<main>
<p>Violet's Limbo is... my blog! I talk about game design, development, and whatever else comes to mind!</p>
2024-01-30 19:07:57 -06:00
<p>Enjoy my bad opinions!<hr></p>
<h2>Posts:</h2>
{POSTS}
2024-03-03 16:17:15 -06:00
</main>
2023-12-28 17:26:32 -06:00
</body>
</html>