Update index.html
Browse files- 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"
|
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 |
|