-
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.
- Loading branch information
Hychin123
authored and
Hychin123
committed
Mar 24, 2023
1 parent
e627de9
commit 504fd75
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>My Home Page</title> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<h1>Welcome to GANG ITC</h1> | ||
<nav> | ||
<ul> | ||
<li><a href="./User_Registering_Page.html">Register</a></li> | ||
<li><a href="./User_Login_Page.html">Login</a></li> | ||
<li><a href="./User_Typing_Test_Page.html">Typing Test</a></li> | ||
<li><a href="./About_Us.html">About Us</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<main> | ||
<section> | ||
<h2>Get Started Today</h2> | ||
<p>Register for an account to get started with our typing tests.</p> | ||
<a href="./User_Registering_Page.html">Register Now</a> | ||
</section> | ||
</main> | ||
<footer> | ||
<p>© 2023 GANG ITC. All rights reserved.</p> | ||
</footer> | ||
</body> | ||
|
||
</html> |