Socials page finally gets acknowledged

This commit is contained in:
Violet 2024-04-16 19:25:15 +00:00 committed by GitHub
parent 94b24d614c
commit 7aa9ba6311
5 changed files with 37 additions and 18 deletions

View file

@ -4,6 +4,7 @@
<head>
<link rel="stylesheet" type="text/css" href="../global.css">
<link rel="stylesheet" type="text/css" href="../subpage.css">
<script src="../main.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -19,7 +20,9 @@
</head>
<body>
{WEATHER_MODIFIER}
<h1>Socials</h1>
<p>Congrats on finding the <em>Incomplete seperated version of the socials page!!!!</em></p>
<main>
<p>Here's most of the sites you can find me on-<br>if you needed that for some reason?</p>
<div class="grid-container">
@ -55,8 +58,10 @@
</div>
</div>
<br>
<p class="note">Please note I am extremely unhinged and gay on Fedi, I don't use Github, and I barely understand Docker.</p>
</main>
<div id="activityHTML">
{ACTIVITIES}
</div>
</body>
</html>