Update index.html to be minimalistic

This commit is contained in:
Ray 2024-08-22 14:23:45 +10:00 committed by GitHub
parent 6ee117ec48
commit b8ab112e07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 24 deletions

View File

@ -1,30 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel=""stylesheet" href="style.css">
<meta charset="utf-8">
<title>reiyua</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
</style>
<title>Reiyua</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<div class="centered-content">
<h1>Reiyua</h1>
</div>
<div class="header">
<h1>reiyua</h1>
<p>This website is under construction.</p>
</div>
</body>
</html>