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