fix hardcoded paths

marccane 2023-08-09 19:52:16 +02:00
parent eb4ed3bab3
commit c7f80034b7
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<style>
body {
background-image: url('/home/markus/kinnikuStudios/kinniku-web-raw/background_1.png');
background-image: url('background_1.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
@ -21,6 +21,6 @@
</style>
<body>
<img class="logo" src="/home/markus/kinnikuStudios/kinniku-web-raw/header_kinnikustudios_logo_black.svg" alt="logo">
<img class="logo" src="header_kinnikustudios_logo_black.svg" alt="logo">
</body>
</html>