mirror of
https://github.com/Hizenberg469/BPIT-ATTENDANCE.git
synced 2026-04-20 02:02:25 +03:00
initial commit
This commit is contained in:
39
nakul/home/services.html
Normal file
39
nakul/home/services.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Services</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Our Services</h1>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="about.html">About</a>
|
||||
<a href="contact.html">Contact</a>
|
||||
<a href="login.html">Login</a>
|
||||
<a href="signup.html">Sign Up</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section>
|
||||
<h2>Service 1</h2>
|
||||
<p>Description of Service 1</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Service 2</h2>
|
||||
<p>Description of Service 2</p>
|
||||
</section>
|
||||
|
||||
<!-- Add more sections for additional services as needed -->
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2024 Your Company</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user