Skip to content

Commit

Permalink
Add Landing_Page.html
Browse files Browse the repository at this point in the history
  • 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.
32 changes: 32 additions & 0 deletions Landing_Page (2).html
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>&copy; 2023 GANG ITC. All rights reserved.</p>
</footer>
</body>

</html>

0 comments on commit 504fd75

Please sign in to comment.