김재현

머지 진행

...@@ -134,7 +134,11 @@ ...@@ -134,7 +134,11 @@
134 </div> 134 </div>
135 135
136 <div id ="footer"></div> 136 <div id ="footer"></div>
137 - 137 + <form name="shop" method="post" action="/shop">
138 + <input type="hidden" name="id"/>
139 + <input type="hidden" name="title"/>
140 + <input type="hidden" name="address"/>
141 + </form>
138 </body> 142 </body>
139 143
140 </html> 144 </html>
......