Update index.html

This commit is contained in:
Voxel 2025-04-14 09:58:01 -04:00 committed by GitHub
parent 76cccbab15
commit afeb043b42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>MilkNet | Timer</title> <title>MilkNet | Timer</title>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
@ -16,7 +17,7 @@
<p id="status"></p> <p id="status"></p>
<audio id="alarmSound" src="alarm.mp3" preload="auto"></audio> <audio id="alarmSound" src="alarm.wav" preload="auto"></audio>
<div id="customSoundContainer"> <div id="customSoundContainer">
<label for="soundFileInput">🎵 Upload Custom Sound</label> <label for="soundFileInput">🎵 Upload Custom Sound</label>