BlogSharer/resources/mainPage.html
Bingus_Violet fa81c62146 Welcome!
2023-12-28 18:08:27 -06:00

15 lines
326 B
HTML

<!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>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<h1>Welcome to Violet's Limbo!</h1>
<h2>Posts:</h2>
{POSTS}
</body>
</html>