-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
55 lines (36 loc) · 1.51 KB
/
Copy pathindex.php
File metadata and controls
55 lines (36 loc) · 1.51 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css?v=<?php echo time(); ?>">
<title> Home page </title>
</head>
<body>
<div class="wrapper fadeInDown">
<!-- Icon -->
<div class="fadeIn first">
</div>
<div id="formContent">
<img src="images/lightBeigeLogo.png" id="icon" alt="User Icon" />
<div class="fadeIn second">
Your place to find and create an incredible home
</div>
<a href="logIn.html" class="fadeIn third"> Log in </a>
<div id="formFooter" >
Don't have an account? <a class="underlineHover" href="signUp.php">Sign up</a>
</div>
</div>
</div>
<?php
// echo "<h1>hellow world</h1>";
// echo "<br><p>from waref try try try</p>";
// echo "<p>this echo from anathor divise</p>";
// echo "<p>this echo from the first divise</p>";
// echo "<p>this echo from anathor divise</p>";
// echo "IT Woooooooooooooorked on Rana's device ;) ^^";
// echo "shokraaannn wareeefffffff";
include 'databaseConnection.php';
?>
</body>
</html>