BlogSharer/resources/mainPage.html

15 lines
354 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>
2023-12-28 21:42:35 -06:00
<link rel="stylesheet" href="https://violets-purgatory.dev/style.css">
2023-12-28 17:26:32 -06:00
</head>
<body>
2023-12-28 18:08:27 -06:00
<h1>Welcome to Violet's Limbo!</h1>
<h2>Posts:</h2>
2023-12-28 17:26:32 -06:00
{POSTS}
</body>
</html>