Correctly reference CSS file.

This commit is contained in:
Ray 2024-07-15 00:28:26 +10:00
parent 4124b64b21
commit 55da86912d
1 changed files with 6 additions and 5 deletions

View File

@ -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>