2024-02-03 05:40:49 +00:00
|
|
|
<!DOCTYPE html>
|
2024-02-09 02:39:12 +00:00
|
|
|
<html lang="en">
|
2024-02-03 05:40:49 +00:00
|
|
|
<head>
|
2024-07-14 14:28:26 +00:00
|
|
|
<link rel=""stylesheet" href="style.css">
|
2024-02-03 05:44:50 +00:00
|
|
|
<meta charset="utf-8">
|
2024-02-03 05:40:49 +00:00
|
|
|
<title>reiyua</title>
|
|
|
|
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
2024-02-09 02:49:49 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-07-14 14:24:27 +00:00
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
</style>
|
2024-02-03 05:40:49 +00:00
|
|
|
</head>
|
|
|
|
|
2024-07-14 14:19:25 +00:00
|
|
|
<body>
|
2024-07-14 14:32:25 +00:00
|
|
|
|
|
|
|
<div class="navbar">
|
|
|
|
<a href="index.html">Home</a>
|
2024-07-14 15:38:18 +00:00
|
|
|
<a href="about.html">About</a>
|
2024-07-14 14:39:25 +00:00
|
|
|
<a href="contact.html">Contact</a>
|
2024-07-14 14:32:25 +00:00
|
|
|
</div>
|
2024-07-14 14:28:26 +00:00
|
|
|
<div class="header">
|
|
|
|
<h1>reiyua</h1>
|
|
|
|
<p>This website is under construction.</p>
|
2024-07-14 14:32:25 +00:00
|
|
|
</div>
|
|
|
|
|
2024-07-14 14:28:26 +00:00
|
|
|
|
2024-02-17 14:05:43 +00:00
|
|
|
</body>
|
2024-07-14 14:28:26 +00:00
|
|
|
|