Violets-Purgatory/static/projects/index.html

23 lines
657 B
HTML
Raw Normal View History

2023-12-19 12:15:35 -06:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css">
2024-01-03 22:49:55 -06:00
<meta content="Projects - Violet's Purgatory" property="og:title" />
<meta content="All my major projects!" />
2023-12-19 12:15:35 -06:00
<meta content="https://api.lanyard.rest/534132311781015564.png" property="og:image" />
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
2024-01-03 22:49:55 -06:00
<title>Projects - Violet's Purgatory</title>
2023-12-19 12:15:35 -06:00
</head>
<body>
2024-01-03 22:26:06 -06:00
<h1>This page is under construction</h1>
<p style="color: gray">Come back later!</p>
2023-12-19 12:15:35 -06:00
</body>
</html>