mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 17:43:42 -05:00
Update index.html
This commit is contained in:
parent
76cccbab15
commit
afeb043b42
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue