-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha-history.php
More file actions
47 lines (26 loc) · 779 Bytes
/
Copy patha-history.php
File metadata and controls
47 lines (26 loc) · 779 Bytes
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<title> Stockroom</title>
<?php echo require_once "a-linkstyle.php";?>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background:whitesmoke;">
<?php include "a-sidebar.php";?>
<section class="home-section">
<div class="container-fluid">
<div class="card-shadow">
<div class="row">
<div class="col">
<?php include "quicktool.php";?>
<div class="card-body" style="border-radius:5px;border:1px solid #ededed;margin-top:3%;margin-left:10%;margin-right:10%;">
</div>
</div>
</div>
</div>
</div>
</section>
<script src="assets/js/script.js"></script>
</body>
</html>