-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
41 lines (30 loc) · 1.04 KB
/
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
<!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>Good2Go | Good2go</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css"/>
</head>
<body>
<main>
<br>
<br>
<br>
<div class="login">
<div class="container">
<img src="assets/images/logo.png" width="200px">
<form method="post" action="index1.php">
<button type="submit" id="log" name="admin_login" >Admin Login</a></button>
<br>
<br>
<button type="submit" id="log" name="login_user">User Login</button>
</div>
</form>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</body>
</html>