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