-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.32 KB
/
Copy pathindex.html
File metadata and controls
40 lines (39 loc) · 1.32 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>MySql Query</title>
<link href="mystyle.css" rel="stylesheet" type="text/css">
</head>
<body
<div id="PictureLink">
<div id="Employees">
<a href="./Data/Employees.php"><img border="0" src="./images/員工.JPG" /></a>
</div>
<div id="Orders">
<a href="./Data/Orders.php"><img border="0" src="./images/訂單.JPG" /></a>
</div>
<div id="OrderDetails">
<a href="./Data/Order Details.php"><img border="0" src="./images/訂單明細.JPG" /></a>
</div>
<div id="Customers">
<a href="./Data/Customers.php"><img border="0" src="./images/客戶.JPG" /></a>
</div>
<div id="Supplier">
<a href="./Data/Supplier.php"><img border="0" src="./images/Supplier.JPG" /></a>
</div>
<div id="ProductInformation">
<a href="./Data/Product Information.php"><img border="0" src="./images/產品資料.JPG" /></a>
</div>
<div id="ProductCategory"><a href="./Data/Product Category.php"><img border="0" src="./images/產品類別.JPG" /></a></div>
</div>
<div id ="GotoQueryPage">
<a href = ./QueryPage.php> Goto QueryPage </a>
</div>
<a href = ./Example/ExampleIndex.html id="ExamplePage"> Goto ExamplePage </a>
<div id ="my"><H1> Made By 四資工三甲 陳俊賢 </H1>
<a href="About.html" >About me</a><BR>
The source code is in <a href="https://github.com/vest12385/SQL-Query" >THERE</a>
</div>
</body>
</html>