-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
34 lines (33 loc) · 895 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>WELCOME TO TECH WORLD</title>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>
<body>
<header>
<div class="main">
<div class="logo">
<img src="logo.png">
</div>
<ul id="ddmenu">
<li><a href="index.php">Home</a></li>
<li><a href="login.php"> Login </a></li>
<li><a href="Register.php">Register</a></li>
<!-- <li><a href="AboutUs.php"> AboutUs</a></li> -->
</li>
</ul></div>
</header>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<font size="36"><h1 class="title"><center>WELCOME<br> TO<br> TECHISTAAN</center>
<center>Ready To Go</center></h1></font>
<div>
<br><center><a href="login.php" class="btn" style="border-radius: 10px;">Click Here</a></center>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<footer class="footer">
<?php include('Footer.php')?>
</footer>
</body>
</html>