forked from c0mpli/PiedPiper-TSEC-Hacks-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin-backup.php
45 lines (36 loc) · 1.56 KB
/
admin-backup.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
<html>
<header>
</header>
<head>
<meta name="viewpoint" content="width=device-width , initial-scale=1.0">
<title>HomePage</title>
<link href="css/admin-style.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body style="background-color: aqua;">
<div class="container">
<div class="navbar">
<img src="images/allyshow_w_1x.png" class="logo">
<nav>
<ul>
<li><a href="">HOW TO USE</a></li>
<li><a href="contact.php">CONTACT</a></li>
<li><a href="">PERSONAL DETAILS</a></li>
<li><a href="includes/signout.inc.php">LOG OUT</a></li>
</ul>
</nav>
</div>
<br>
<br>
<h1>Here's how User's day is going </h1>
<h2>Ally Suggests watching : </h2>
<h3>Did user take the regular medications?</h3>
<input type="checkbox" class="check-box"><span class="checkbox-styling">YES</span>
<input type="checkbox" class="check-box"><span class="checkbox-styling">NO</span>
<h3>Days until next packaging of medications? : <br> 7</h3>
</div>
</div>
</div>
</body>
</html>