mirror of https://github.com/reiyua/reiyua.lol.git
Add favicon and update HTML for accessibility
This commit is contained in:
parent
2e6d9ad39a
commit
8dea2ed68c
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -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>
|
Loading…
Reference in New Issue