Changed some things
This commit is contained in:
parent
bfa6901c99
commit
d7c828636d
5 changed files with 8 additions and 4 deletions
|
|
@ -4,5 +4,3 @@
|
|||
© 2021 Tronax | <a href="impressum.php">Impressum</a>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
BIN
horse.mp3
Normal file
BIN
horse.mp3
Normal file
Binary file not shown.
|
|
@ -37,3 +37,5 @@
|
|||
<?php
|
||||
require 'footer.php';
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -27,9 +27,10 @@
|
|||
|
||||
|
||||
</section>
|
||||
|
||||
<!-- FOOTER ---------------------------------------->
|
||||
|
||||
<?php
|
||||
require 'footer.php';
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -123,3 +123,6 @@ footer a:hover {
|
|||
height: 300px;
|
||||
position: relative;
|
||||
}
|
||||
#audio {
|
||||
float: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue