mirror of https://github.com/reiyua/reiyua.lol.git
Delete about.html
This commit is contained in:
parent
e49262c155
commit
9c7bb085e8
27
about.html
27
about.html
|
@ -1,27 +0,0 @@
|
||||||
<!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 name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<div class="navbar">
|
|
||||||
<a href="index.html">Home</a>
|
|
||||||
<a href="about.html">About</a>
|
|
||||||
<a href="contact.html">Contact</a>
|
|
||||||
</div>
|
|
||||||
<div class="header">
|
|
||||||
<h1>reiyua</h1>
|
|
||||||
<p>TO BE ADDED</p>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
Loading…
Reference in New Issue