cust.html
785 Bytes
<!DOCTYPE html>
<html>
<head>
<title>CuBe!</title>
<script src="./app.js"></script>
</head>
<body>
<div type ="text" id="temp"></div>
<form action="/see" method="post">
<tr>
<td><input type="submit" value="상품메뉴"></td>
</tr>
</table>
</form>
<form action="/check" method="post">
<tr>
<td><input type="submit" value="주문내역확인"></td>
</tr>
<tr>
<td><input type="text" name= "usrid" placeholder="주문한사용자 id"></td>
</tr>
</table>
</form>
<form action="/" method="get">
<tr>
<td><input type="submit" value="처음화면으로"></td>
</tr>
</table>
</form>
</body>
</html>