living update
This commit is contained in:
parent
8768780465
commit
0365c05cf6
2 changed files with 9 additions and 1 deletions
BIN
assets/darkness.png
Normal file
BIN
assets/darkness.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6 KiB |
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue