Update index.html

This commit is contained in:
Voxel 2025-04-13 20:42:54 -04:00 committed by GitHub
parent 093436b219
commit a68b8e3fdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MilkNet | Typing Speed Test</title>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<script src="/index.js"></script>
</head>
<body>
<div class="container">
@ -19,7 +21,7 @@
<p>Speed: <span id="speed">0</span> WPM</p>
<p>Accuracy: <span id="accuracy">100</span>%</p>
</div>
<button id="restart-btn">Restart Test</button>
<button id="restart-btn">Restart</button>
</div>
<script src="script.js"></script>
</body>