reiyua.lol/index.html

23 lines
801 B
HTML
Raw Normal View History

<!DOCTYPE html>
2024-02-09 02:39:12 +00:00
<html lang="en">
<head>
2024-08-22 04:23:45 +00:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-08-22 04:24:12 +00:00
<title>reiyua</title>
2024-08-22 04:23:45 +00:00
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="styles.css">
2024-08-22 04:46:28 +00:00
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jersey+10&display=swap" rel="stylesheet">
</head>
2024-07-14 14:19:25 +00:00
<body>
2024-08-22 04:37:47 +00:00
<video autoplay muted loop id="bg-video">
<source src="assets/background_video.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
2024-08-22 04:23:45 +00:00
<div class="centered-content">
2024-08-22 04:24:12 +00:00
<h1>reiyua</h1>
2024-08-22 04:23:45 +00:00
</div>
2024-02-17 14:05:43 +00:00
</body>
2024-08-22 04:23:45 +00:00
</html>