-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.php
77 lines (63 loc) · 2.08 KB
/
data.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?php
$db=mysqli_connect("sql109.epizy.com","epiz_25606789","Ozt81Hjfhkr","epiz_25606789_mescontact");
if($db==false)
{die("could not connect".mysqli_connect_error());}
include 'session.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>MESCOE</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css" />
<link rel="stylesheet" href="style.css">
</head>
<style>
/* body {
padding: 0;
background-color: #93acc5;
height: 100vh;
} */
#login .container #login-row #login-column #login-box {
margin-top: 120px;
max-width: auto;
height: auto;
border: 1px solid #9C9C9C;
background-color: #EAEAEA;
padding-bottom: 10px;
border-radius : 10px;
}
#login .container #login-row #login-column #login-box #login-form {
padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
margin-top: -85px;
}
</style>
<body>
<div style="text-align: right;">
<a class="btn btn-danger my-2 my-sm-0 " href="logout.php" > Sign Out</a>
</div>
<!-- <div class="container">
</div> -->
<div id="login">
<div class="container">
<div id="login-row" class="row justify-content-center align-items-center">
<div id="login-column" class="col-md-7">
<div id="login-box" class="col-md-12">
<div class="data mx-auto">
<h3 class="" >Data</h3> <br>
<div id="list"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://www.gstatic.com/firebasejs/4.3.0/firebase.js"></script>
<script src="main.js"></script>
</body>
</html>