Skip to content

Commit

Permalink
Create List_of_test_result_for_user.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tra99 committed Mar 24, 2023
1 parent 6b45aea commit 59cc786
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions List_of_test_result_for_user.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>

<head>
<title>List of Test Results for a User</title>
</head>

<body>
<header>
<h1>List of Test Results for a User</h1>
<nav>
<ul>
<li><a href="./User_Typing_Test_Page.html">Typing Test</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Test Results</h2>
<ul>
<li>Test 1: 85 WPM</li>
<li>Test 2: 91 WPM</li>
<li>Test 3: 76 WPM</li>
</ul>
</section>
</main>
<footer>
<p>&copy; 2023 GANT ITC. All rights reserved.</p>
</footer>
</body>

</html>

0 comments on commit 59cc786

Please sign in to comment.