Violets-Purgatory/static/socials/index.html

49 lines
1.3 KiB
HTML
Raw Permalink Normal View History

2024-02-12 14:05:07 -06:00
<!DOCTYPE html>
<html lang="en">
<head>
2024-04-24 15:55:11 -05:00
<link rel="stylesheet" type="text/css" href="../style.css">
2024-02-12 14:05:07 -06:00
<link rel="stylesheet" type="text/css" href="../subpage.css">
2024-06-26 19:18:44 -05:00
2024-06-25 18:35:58 -05:00
<script src="../jquery.js"></script>
2024-04-16 14:25:15 -05:00
<script src="../main.js"></script>
2024-02-12 14:05:07 -06:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Violet's Purgatory</title>
<meta name="darkreader-lock">
2024-02-18 08:28:36 -06:00
<meta content="Socials - Violet's Purgatory" property="og:title" />
2024-04-26 09:09:01 -05:00
<meta content="This page lists all the platforms you can find me on!" property="og:description" />
2024-02-12 14:05:07 -06:00
<meta content="https://api.violets-purgatory.dev/v1/pfp" property="og:image" />
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
</head>
<body>
2024-04-16 14:25:15 -05:00
{WEATHER_MODIFIER}
2024-04-17 09:33:05 -05:00
2024-06-26 19:18:44 -05:00
{TOPBAR}
<!-- <a href="../" class="chip">Home</a>
2024-05-20 11:43:00 -05:00
<a href="../faq" class="chip">FAQ</a>
2024-06-26 19:18:44 -05:00
<a href="../stats" class="chip">Stats</a> -->
2024-02-13 09:23:54 -06:00
<h1>Socials</h1>
2024-04-17 09:33:05 -05:00
<div class="mainDiv">
<hr>
2024-06-26 19:18:44 -05:00
<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">
{SOCIALS}
</div>
<br>
</main>
<div id="activityHtml">
{ACTIVITIES}
2024-02-12 14:05:07 -06:00
</div>
2024-06-26 19:18:44 -05:00
{SELECTED_VIDEO}
</div>
2024-02-12 14:05:07 -06:00
</body>
</html>