summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/web/jsp/title.jsp
blob: afaaea1e84f70b58a5a290469382b2772e66411e (plain)
1
2
3
4
5
6
7
8
<%-- Diplays title --%>
<hr>
<p>
   <center>
     <h1>Jasmine's Computer Parts</h1>
   </center>
</p>
<hr>