fix hardcoded paths
parent
eb4ed3bab3
commit
c7f80034b7
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-image: url('/home/markus/kinnikuStudios/kinniku-web-raw/background_1.png');
|
background-image: url('background_1.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
@ -21,6 +21,6 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<body>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue