-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
65 lines (38 loc) · 1.76 KB
/
index.php
File metadata and controls
65 lines (38 loc) · 1.76 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body style="background: url('images/8.webp') no-repeat; background-size: cover;">
<div class ="container bbox" style ="width:500px;margin-top: 100px; height:200px;">
<div class="card">
<div class="card-body">
<div class="col-sm-6">
<img src="images/1.png" class ="card-img-top" style="width:100px;height:80px;">
</div>
</div>
<div class="row ">
<div class="col-sm-6">
<div class="text-left">
<form class="form-group" action="adminlogin.php" method="POST">
<button type="submit"class="btn btn-primary">AdminLogin</button>
</form>
</div>
</div>
<div class="col-sm-6">
<div class="text-right">
<form class="form-group" action="userlogin.php" method="POST">
<button type="sumit" class="btn btn-primary">UserLogin</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<iframe width="350" height="430" allow="microphone;" src="https://console.dialogflow.com/api-client/demo/embedded/2176030f-50f0-41aa-b714-040337adff15"></iframe>
<scripts src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>