maringetxway commited on
Commit
7a9e7bd
·
verified ·
1 Parent(s): 60176ca

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -5,7 +5,7 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
  <title>Countdown</title>
7
  <link rel="stylesheet" href="style.css" />
8
- <audio id="backgroundSound" src="background.mp3" autoplay loop preload="auto" volume="0.05"></audio>
9
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@700&display=swap" rel="stylesheet">
10
  </head>
11
 
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
  <title>Countdown</title>
7
  <link rel="stylesheet" href="style.css" />
8
+ <audio id="backgroundSound" src="background.mp3" autoplay loop preload="auto"></audio>
9
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@700&display=swap" rel="stylesheet">
10
  </head>
11