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>
|
||||
<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">
|
||||
|
@ -13,9 +14,9 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<h3>reiyua</h3>
|
||||
<p>This is my personal website.</p>
|
||||
<p>This is currently under construction.</p>
|
||||
<p>Please check back soon.</p>
|
||||
<p>In the meantime, feel free to email me: rei@reiyua.lol</p>
|
||||
<div class="header">
|
||||
<h1>reiyua</h1>
|
||||
<p>This website is under construction.</p>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in New Issue