kinniku-web/index.html

26 lines
530 B
HTML

<!DOCTYPE html>
<head>
</head>
<style>
body {
background-image: url('/home/markus/kinnikuStudios/kinniku-web-raw/background_1.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.logo {
width: 20%;
position: absolute;
top: 0;
left: 0;
}
</style>
<body>
<img class="logo" src="/home/markus/kinnikuStudios/kinniku-web-raw/header_kinnikustudios_logo_black.svg" alt="logo">
</body>
</html>