Skip to content

Commit

Permalink
Add User Typing Test Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Dy-Rongrath committed Mar 24, 2023
1 parent 504fd75 commit 1a98da8
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions User_Typing_Test_Page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>

<head>
<title>Take a Typing Test</title>
</head>

<body>
<header>
<h1>Take a Typing Test</h1>
<nav>
<ul>
<li><a href="./List_of_Test_Results_for_a_User_Page.html">Test Results</a></li>
<li><a href="./About_Us.html">About Us</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Type the Following Text</h2>
<p>The quick brown fox jumps over the lazy dog.</p>
<form>
<label for="text-input">Type Here:</label>
<input type="text" id="text-input" name="text-input"><br>

<input type="submit" value="Submit">
</form>
</section>
</main>
<footer>
<p>&copy; 2023 GANG ITC. All rights reserved.</p>
</footer>
</body>

</html>

0 comments on commit 1a98da8

Please sign in to comment.