mirror of https://github.com/reiyua/reiyua.lol.git
Update index.html to be minimalistic
This commit is contained in:
parent
6ee117ec48
commit
b8ab112e07
29
index.html
29
index.html
|
@ -1,30 +1,15 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<link rel=""stylesheet" href="style.css">
|
<meta charset="UTF-8">
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>reiyua</title>
|
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<style>
|
<title>Reiyua</title>
|
||||||
body {
|
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
<link rel="stylesheet" href="styles.css">
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<div class="centered-content">
|
||||||
<div class="navbar">
|
<h1>Reiyua</h1>
|
||||||
<a href="index.html">Home</a>
|
|
||||||
<a href="about.html">About</a>
|
|
||||||
<a href="contact.html">Contact</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="header">
|
|
||||||
<h1>reiyua</h1>
|
|
||||||
<p>This website is under construction.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue