mirror of https://github.com/reiyua/reiyua.lol.git
Correctly reference CSS file.
This commit is contained in:
parent
4124b64b21
commit
55da86912d
11
index.html
11
index.html
|
@ -1,6 +1,7 @@
|
||||||
<!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>
|
<title>reiyua</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
||||||
|
@ -13,9 +14,9 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h3>reiyua</h3>
|
<div class="header">
|
||||||
<p>This is my personal website.</p>
|
<h1>reiyua</h1>
|
||||||
<p>This is currently under construction.</p>
|
<p>This website is under construction.</p>
|
||||||
<p>Please check back soon.</p>
|
|
||||||
<p>In the meantime, feel free to email me: rei@reiyua.lol</p>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue