Violets-Purgatory/assets/html/blog.html

33 lines
782 B
HTML
Raw Normal View History

2024-07-07 23:33:16 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="../style.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>{BLOG_TITLE}</title>
<meta name="darkreader-lock">
<meta content="{BLOG_TITLE}" property="og:title" />
<meta content="{BLOG_DESC}" 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}
<h1>Blog<hr></h1>
<div class="mainDiv">
{BLOG_POST}
</div>
</body>
</html>