Update index.html
Browse files- index.html +1 -2
index.html
CHANGED
@@ -5,8 +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"></audio>
|
9 |
-
|
10 |
</head>
|
11 |
|
12 |
<body>
|
|
|
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.5"></audio>
|
|
|
9 |
</head>
|
10 |
|
11 |
<body>
|