Skip to main content
summaryrefslogtreecommitdiffstats
blob: afebff7ad8f491dd80727caad0cbcedacd6e14ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10

<h1>Template foo webapp</h1>
<img src=logo.png></img>

Should see index.jsp instead of this!!!
 
<p>
<a href="/red">Red</a>,
<a href="/blue">Blue</a>,
<a href="/green">Green</a>

Back to the top