More branding & yapping

This commit is contained in:
Violet 2024-02-02 21:23:01 +00:00 committed by GitHub
parent 6971adf579
commit c17725e9b3
4 changed files with 50 additions and 8 deletions

View file

@ -1,17 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://violets-purgatory.dev/style.css">
<title>{TITLE}</title>
</head>
<body>
<ul>
{CONTENT}
</ul>
<div class="fadediv">
<ul>
{CONTENT}
</ul>
</div>
</body>
</html>