mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-18 17:23:40 -05:00
Update index.html
This commit is contained in:
parent
093436b219
commit
a68b8e3fdb
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue