~gctaa/bottlezoo/trunk

« back to all changes in this revision

Viewing changes to 02_urlvars/welcome.tpl

  • Committer: icabob4 at gmail
  • Date: 2013-07-30 13:59:00 UTC
  • Revision ID: icabob4@gmail.com-20130730135900-rs49ngvpoyin7fu1
simplified templates for first two lessons

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<h1>Welcome to URL Variables Test Page</h1>
 
2
 
 
3
<h2>Click on test links to test URL value passing:</h2>
 
4
<ol>
 
5
  <li><a href="/Guido">A Name</a></li>
 
6
  <li><a href="/Guido/42">A Name and a Number</a></li>
 
7
</ol>
 
8
 
 
9
%rebase layout