living update

This commit is contained in:
limepot 2022-07-07 01:43:30 -06:00
parent 8768780465
commit 0365c05cf6
2 changed files with 9 additions and 1 deletions

BIN
assets/darkness.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

View file

@ -6,7 +6,15 @@
<title> <title>
Death always lurks. Death always lurks.
</title> </title>
<style>
body {background-image: url('/assets/darkness.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
<!-- add icon link --> <!-- add icon link -->
<link rel = "icon" href = "assets/obo-icon.png" type = "image/x-icon"> <link rel = "icon" href = "assets/obo-icon.png" type = "image/x-icon">
</head> </head>