Skip to content

Commit

Permalink
Fix another bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AR-DEV-1 authored Oct 2, 2024
1 parent 3b11e2c commit 310ac74
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Minceraft 1.21.1</title>
<script type="text/javascript" src="https://github.com/AR-DEV-1/fix-webm-duration/blob/main/fix-webm-duration.js"></script>
<script type="text/javascript" src="audio_player.js"></script>
<script type="text/javascript" src="classesABC.js"></script>
<script type="text/javascript" src="classes/ClassesA.js"></script>
<script type="text/javascript" src="classes/ClassesB.js"></script>
Expand Down Expand Up @@ -146,10 +145,9 @@
</style>
</head>
<body>
<audio id="background-audio" loop>
<source src="https://raw.githubusercontent.com/AR-DEV-1/Eaglercraft-1.21.1/main/assets/minecraft/sounds/title_screen/Minecraft.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<audio autoplay loop>
<source src="https://raw.githubusercontent.com/AR-DEV-1/Eaglercraft-1.21.1/main/assets/minecraft/sounds/title_screen/Minecraft.mp3" type="audio/mp3">
</audio>

<!-- Background video -->
<video id="background-video" autoplay muted loop>
Expand Down

0 comments on commit 310ac74

Please sign in to comment.