-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 831 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<<<<<<< HEAD
<!DOCTYPE html>
<html>
<head>
<meta charset="BIG5">
<title>點餐系統</title>
</head>
<body>
<table bgcolor=yellow width=60% border=1 align=center>
<tr><td colspan=3 align=center><h1>天祐元氣早餐
<tr><td align=center><input type="button" value="進入點餐" onclick="location.href='add/add.jsp'">
<tr><td align=center><input type="button" value="查詢訂單" onclick="location.href='query/queryIndex.jsp'">
<tr><td align=center><input type="button" value="刪除訂單" onclick="location.href='delete/delete.jsp'">
<tr><td align=center><input type="button" value="修改訂單" onclick="location.href='update/update.jsp'">
</table>
<table align=center>
<tr><td><img src="pic/HB.jpg" align=center>
</table>
</body>
>>>>>>> b083009a8a30029a52da0ad7d1dc65a7ac1b6527
</html>