-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create List_of_test_result_for_user.html
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>© 2023 GANT ITC. All rights reserved.</p> | ||
</footer> | ||
</body> | ||
|
||
</html> |