Added default background image

This commit is contained in:
2023-06-13 17:35:55 +02:00
parent a4eb32d6f0
commit 8ec9333f88
3 changed files with 17 additions and 10 deletions

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">
<style>
#background {
.fullscreen-background {
display: none;
}
</style>
@ -17,9 +17,9 @@
<body>
<div id="background">
<div class="fullscreen-background">
<video src="/videos/background_sound.mp4" loop poster="images/world_network.jpg" autoplay id="background-video" loading="lazy"></video>
<img src="/images/world_network.jpg" aria-hidden="true" id="background-poster"/>
<img src="/images/world_network.muted.jpg" aria-hidden="true" id="background-poster"/>
</div>
<header id="main-header">