-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.php
47 lines (32 loc) · 1.28 KB
/
system.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
46
47
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>後端管理系統</title>
</head>
<link rel="stylesheet" href="Bootstrap/Superhero/Superhero.css">
<link rel="stylesheet" href="css/style2.css">
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/script.js"></script>
<body>
<div id="wrap">
<div id="titlesystem">
<h1>PXmart - 後端管理系統</h1>
</div>
<div id="mainsystem">
<ul>
<li><img src="img/run.png" width="250" height="250" alt="追蹤追溯系統"></li>
<li><img src="img/Inventory.png" width="250" height="250" alt="庫存管理系統"></li>
<li><img src="img/store.png" width="250" height="250" alt="店取訂單資料"></li>
</ul>
</div>
<div id="mainsystem">
<ul>
<li><img src="img/q.png" width="250" height="250" alt="問題訂單追蹤"></li>
<li><img src="img/mem.png" width="250" height="250" alt="會員資料管理"></li>
<li><img src="img/logout.png" width="250" height="250" alt="登出系統"></li>
</ul>
</div>
</div>
</body>
</html>