Violets-Purgatory/static/socials/index.html

46 lines
1.4 KiB
HTML
Raw 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
{SUBPAGE_JS}
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}
2024-09-19 18:57:10 -05:00
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>
2024-11-14 01:59:13 -06:00
<p>Here's most of the sites you can find me on!</p>
{SOCIALS}(Full)
<p>Gray border = preferred, Yellow = neutral, Red = not preferred. <br>
2024-11-14 02:11:16 -06:00
Interacting via any site is perfectly fine! E.G. if you use both Fedi and Twitter, Twitter is yellow, so you should contact me through Fedi instead! But if you don't have Fedi, then just contact me through Twitter!</p>
2024-06-26 19:18:44 -05:00
<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>