Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.00 KB | None | 0 0
  1. <!-- здесь сервлет -->
  2.  
  3.             <div class ="content" >
  4.                 <a href = "MyServlet">Servlet</a>
  5.                
  6.                 <!--
  7.                
  8.                 <div class="product_gallery">
  9.                     <a href="productdetail.html"><img src="images/systems/Edel_Strato1.PNG" alt="Edelweiss Strato" /></a>
  10.                     <h3>Edelweiss Strato</h3>
  11.                     <p class="product_price">3990 руб.</p>
  12.                     <a href="#" class="add_to_cart">Add to Cart</a>
  13.                 </div>  
  14.                 <div class="product_gallery">
  15.                     <a href="productdetail.html"><img src="images/systems/Petzl_Voltige.PNG" alt="Petzl Voltige" /></a>
  16.                     <h3>Petzl Voltige</h3>
  17.                     <p class="product_price">3500 руб.</p>
  18.                     <a href="#" class="add_to_cart">Add to Cart</a>
  19.                 </div>
  20.             </div> -->
  21. <!-- конец сервлета -->
  22.         </div> <!-- END of container -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement