Add favicon and update HTML for accessibility

This commit is contained in:
Ray 2024-02-03 16:40:49 +11:00
parent 2e6d9ad39a
commit 8dea2ed68c
2 changed files with 9 additions and 0 deletions

BIN
assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,4 +1,13 @@
<!DOCTYPE html>
<html lang="en-au">
<head>
<title>reiyua</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
</head>
<body>
<h3>reiyua.lol</h3>
<p>This is my personal website.</p>
<p>This is currently under construction.</p>
<p>Please check back soon.</p>
</body>