Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
@@ -5,6 +5,8 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
6 |
<title>Countdown</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
|
|
|
|
8 |
</head>
|
9 |
|
10 |
<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"></audio>
|
9 |
+
|
10 |
</head>
|
11 |
|
12 |
<body>
|