<!DOCTYPE html>
<html lang="en">

<head>
    <link rel="stylesheet" type="text/css" href="../style.css">
    <link rel="stylesheet" type="text/css" href="../subpage.css">

    <script src="../jquery.js"></script>
    <script src="../main.js"></script>

    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Violet's Purgatory</title>

    <meta name="darkreader-lock">

    <meta content="Socials - Violet's Purgatory" property="og:title" />
    <meta content="This page lists all the platforms you can find me on!" property="og:description" />
    <meta content="https://api.violets-purgatory.dev/v1/pfp" property="og:image" />
    <meta content="#a200ff" data-react-helmet="true" name="theme-color" />
</head>

<body>
    {WEATHER_MODIFIER}

    {TOPBAR}
    <!-- <a href="../" class="chip">Home</a>
    <a href="../faq" class="chip">FAQ</a>
    <a href="../stats" class="chip">Stats</a> -->
    <h1>Socials</h1>
    <div class="mainDiv">
        <hr>
        <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}
        </div>

        {SELECTED_VIDEO}
    </div>
</body>

</html>