-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.php
More file actions
105 lines (74 loc) · 4.82 KB
/
Copy pathadmin.php
File metadata and controls
105 lines (74 loc) · 4.82 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?php include('functions.php') ?>
<!DOCTYPE html>
<html lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style id="stndz-style"></style>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>WIT & WILL</title>
<link rel="stylesheet" id="thesaas-fonts-css" href="./Best Medical Records Services in USA – Best Medical Records Services in USA_files/css" type="text/css" media="all">
<link rel="stylesheet" id="thesaas-core-css" href="./Best Medical Records Services in USA – Best Medical Records Services in USA_files/core.min.css" type="text/css" media="all">
<link rel="stylesheet" id="elementor-frontend-css" href="./Best Medical Records Services in USA – Best Medical Records Services in USA_files/frontend.min.css" type="text/css" media="all">
<link rel="stylesheet" id="thesaas-page-css" href="./Best Medical Records Services in USA – Best Medical Records Services in USA_files/page.min.css" type="text/css" media="all">
<link rel="stylesheet" id="elementor-icons-css" href="./Best Medical Records Services in USA – Best Medical Records Services in USA_files/elementor-icons.min.css" type="text/css" media="all">
<link rel="stylesheet" id="font-awesome-css" href="./Best Medical Records Services in USA – Best Medical Records Services in USA_files/font-awesome.min.css" type="text/css" media="all">
<link rel="stylesheet" id="elementor-animations-css" href="./Best Medical Records Services in USA – Best Medical Records Services in USA_files/animations.min.css" type="text/css" media="all">
<link rel="stylesheet" id="elementor-post-5-css" href="./Best Medical Records Services in USA – Best Medical Records Services in USA_files/post-5.css" type="text/css" media="all">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--===============================================================================================-->
<script type="text/javascript" src="./Best Medical Records Services in USA – Best Medical Records Services in USA_files/jquery.js.download"></script>
<script type="text/javascript" src="./Best Medical Records Services in USA – Best Medical Records Services in USA_files/jquery-migrate.min.js.download"></script>
<body class="home page-template-default page page-id-5 thesaas-front-page elementor-expert-user elementor-default elementor-page elementor-page-5" data-aos-easing="ease" data-aos-duration="1500" data-aos-delay="0">
<!-- Topbar -->
<!-- END Topbar -->
<!-- Header -->
<!-- END Header -->
<!-- Main container -->
<main class="main-content">
<div class="elementor elementor-5">
<div class="elementor-inner">
<div class="elementor-section-wrap">
<section data-id="omuwrpc" class="elementor-element elementor-element-omuwrpc elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-row">
<div data-id="smkxuqy" class="elementor-element elementor-element-smkxuqy elementor-column elementor-col-100 elementor-top-column" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div data-id="rkysqtl" class="elementor-element elementor-element-rkysqtl elementor-widget elementor-widget-the-cover" data-element_type="the-cover.default">
<div class="elementor-widget-container">
<header class="header header-inverse h-fullscreen overflow-hidden" style="background-color: #4f407b; padding-top: 120px; padding-bottom: 120px;" >
<canvas class="constellation" data-color="rgba(175,138,209,0.77)" data-length="120"></canvas>
<div class="container text-center">
<div class="row h-full align-items-center">
<div class="col-12 col-md-4 offset-md-1 text-center text-md-left">
<div class="header">
<h2>Login</h2>
</div>
<form method="post" action="login.php">
<?php echo display_error(); ?>
<div class="input-group">
<label>Username</label>
<input type="text" name="username" >
</div>
<div class="input-group">
<label>Password</label>
<input type="password" name="password">
</div>
<div class="input-group">
<button type="submit" class="btn" name="login_btn">Login</button>
</div>
</form>
</div>
</div></header>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- END Main container-->
<script type="text/javascript" src="./Best Medical Records Services in USA – Best Medical Records Services in USA_files/page.min.js.download"></script>
</body>
</html>