Showing
16 changed files
with
37 additions
and
2 deletions
No preview for this file type
public/img/광어.JPG
0 → 100644
This file is too large to display.
public/img/농성어.jpg
0 → 100644
64.2 KB
public/img/대하구이.JPG
0 → 100644
This file is too large to display.
public/img/물회.JPG
0 → 100644
This file is too large to display.
public/img/생우럭탕.JPG
0 → 100644
This file is too large to display.
public/img/스시.jpg
0 → 100644
62.3 KB
public/img/스페셜.JPG
0 → 100644
6.93 MB
public/img/시메사바.jpg
0 → 100644
65.5 KB
public/img/연어모둠회.jpg
0 → 100644
57.8 KB
public/img/전복.jpg
0 → 100644
63.6 KB
public/img/점심정식.jpg
0 → 100644
58.4 KB
public/img/점심특선.JPG
0 → 100644
This file is too large to display.
public/img/킹크랩.JPG
0 → 100644
6.93 MB
public/img/해산물모둠.jpg
0 → 100644
64.9 KB
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | <script src="https://code.jquery.com/jquery-1.12.4.js"></script> | 23 | <script src="https://code.jquery.com/jquery-1.12.4.js"></script> |
24 | <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> | 24 | <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> |
25 | 25 | ||
26 | - <title>식당 예약</title> | 26 | + <title>메뉴</title> |
27 | 27 | ||
28 | <style type="text/css"> | 28 | <style type="text/css"> |
29 | .reservationTheme{ | 29 | .reservationTheme{ |
... | @@ -31,7 +31,6 @@ | ... | @@ -31,7 +31,6 @@ |
31 | -webkit-background-size: cover; | 31 | -webkit-background-size: cover; |
32 | -moz-background-size: cover; | 32 | -moz-background-size: cover; |
33 | -o-background-size: cover; | 33 | -o-background-size: cover; |
34 | - background-size: cover; | ||
35 | } | 34 | } |
36 | 35 | ||
37 | .container{ | 36 | .container{ |
... | @@ -45,7 +44,43 @@ | ... | @@ -45,7 +44,43 @@ |
45 | <div class="container "text-align=" center"> | 44 | <div class="container "text-align=" center"> |
46 | <br><br><br><br> | 45 | <br><br><br><br> |
47 | <h1>MENU</h1> | 46 | <h1>MENU</h1> |
47 | + <h2>오늘의 특선메뉴<h2> | ||
48 | + <image src = "/img/킹크랩.jpg" width=400 height=300> | ||
49 | + <p>킹크랩스페셜 1인당 50,000원 </p> | ||
48 | 50 | ||
51 | + <br> | ||
52 | + <h2>활어회<h2> | ||
53 | + <image src = "/img/광어.jpg" width=400 height=300> | ||
54 | + <p>광어 소 38,000원 / 중 48,000원 / 대 58,000원 </p> | ||
55 | + <image src = "/img/농성어.jpg" width=400 height=300> | ||
56 | + <p>농성어 시가</p> | ||
57 | + <image src = "/img/시메사바.jpg" width=400 height=300> | ||
58 | + <p>시메사바 50,000원</p> | ||
59 | + <image src = "/img/연어모둠회.jpg" width=400 height=300> | ||
60 | + <p>연어모듬회 소 42,000원 / 중 52,000원 / 대 62,000원</p> | ||
61 | + <image src = "/img/전복.jpg" width=400 height=300> | ||
62 | + <p>전복 25,000원</p> | ||
63 | + <br> | ||
64 | + <h2>특별정식<h2> | ||
65 | + <image src = "/img/점심정식.jpg" width=400 height=300> | ||
66 | + <p>점심정식 1인당 9,900원 / 평일 11:00 ~ 15:00</p> | ||
67 | + <image src = "/img/점심특선.jpg" width=400 height=300> | ||
68 | + <p>점심특선 1인당 20,000원 / 평일 11:00 ~ 15:00</p> | ||
69 | + | ||
70 | + <br> | ||
71 | + <h2>해산물<h2> | ||
72 | + <image src = "/img/물회.jpg" width=400 height=300> | ||
73 | + <p>물회 45,000원</p> | ||
74 | + <image src = "/img/생우럭탕.jpg" width=400 height=300> | ||
75 | + <p>생우럭탕 30,000원</p> | ||
76 | + <image src = "/img/해산물모둠.jpg" width=400 height=300> | ||
77 | + <p>해산물모둠 3,5000원</p> | ||
78 | + <image src = "/img/대하구이.jpg" width=400 height=300> | ||
79 | + <p>대하구이 50,000원</p> | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | +<br> | ||
49 | <a href="/first" class="btn btn-default btn-lg">홈으로</a> | 84 | <a href="/first" class="btn btn-default btn-lg">홈으로</a> |
50 | 85 | ||
51 | </div> | 86 | </div> | ... | ... |
-
Please register or login to post a comment