~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to sandbox/slyphon/tutorial/src/templates/tw_index.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2004-06-21 22:01:11 UTC
  • mto: (2.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040621220111-vkf909euqnyrp3nr
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
    <head view="style" />
 
3
        <title>Let's Go!</title>
 
4
    <body>
 
5
        <div view="menu" model="menudata"/>
 
6
        <div id="Content">
 
7
            <p>Choose something to the right</p>
 
8
        </div>
 
9
    </body>
 
10
</html>