Changed some things

This commit is contained in:
BuildTools 2021-03-03 11:29:27 +01:00
parent bfa6901c99
commit d7c828636d
5 changed files with 8 additions and 4 deletions

View file

@ -4,5 +4,3 @@
&copy; 2021 Tronax | <a href="impressum.php">Impressum</a>
</p>
</footer>
</body>
</html>

BIN
horse.mp3 Normal file

Binary file not shown.

View file

@ -37,3 +37,5 @@
<?php
require 'footer.php';
?>
</body>
</html>

View file

@ -27,9 +27,10 @@
</section>
<!-- FOOTER ---------------------------------------->
<?php
require 'footer.php';
?>
</body>
</html>

View file

@ -123,3 +123,6 @@ footer a:hover {
height: 300px;
position: relative;
}
#audio {
float: right;
}