reiyua.lol/index.html

20 lines
565 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>reiyua</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<video autoplay muted loop id="bg-video">
<source src="assets/background_video.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<div class="centered-content">
<h1>reiyua</h1>
</div>
</body>
</html>