-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.php
41 lines (34 loc) · 948 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
34
35
36
37
38
39
40
41
<html>
<head>
<meta charset="utf-8">
<title>Infelearn</title>
<link rel="stylesheet" href="styles/index.css?v=<?php echo time(); ?>">
<style>
h1 {
color: teal;
}
</style>
</head>
<body>
<header>
<div class="hed">
<img class="box" src="images/logo.png">
<div class="clearfix"></div>
<nav class="Nav">
</nav>
</div>
<div>
<h2 style="margin: 25px; font-size: 45px; color:rgb(115, 115, 243);">.</h2>
</div><br><br><br><br><br>
<div class="mid">
<a href="Login.php">Login</a>
</div></br>
<div class="mid">
<a href="signup.php">Signup</a>
</div><br><br><br><br><br>
</header>
<div class="footer" style="margin-top:20px">
<div class="cprit">Copyright © 2021 | All Rights Reserved <br><br> Prototype of Project
</div>
</body>
</html>