reiyua.lol/index.html

32 lines
646 B
HTML
Raw Normal View History

<!DOCTYPE html>
2024-02-09 02:39:12 +00:00
<html lang="en">
<head>
2024-07-14 14:28:26 +00:00
<link rel=""stylesheet" href="style.css">
<meta charset="utf-8">
<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>
</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>
<a href="#">About</a>
<a href="#">Contact</a>
<a href="#" class="right">Projects</a>
</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