Changeset 1158
- Timestamp:
- 12/15/07 19:41:45 (9 months ago)
- Files:
-
- trunk/examples/templates/index.html (modified) (1 diff)
- trunk/pages/index.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/templates/index.html
r930 r1158 1 <html>2 <head>3 <title>This is an example page.</title>4 </head>5 <body>6 1 <h1>Hello world!</h1> 7 2 <p>You see the first simple HTML page element example ever that was created with stubbles.</p> 8 </body>9 </html>trunk/pages/index.xml
r931 r1158 4 4 xmlns="http://stubbles.net/websites"> 5 5 <page> 6 < memphisElement source="static/index.html" type="net.stubbles.websites.memphis.stubSimpleHTMLMemphisPageElement" />6 <includeFile source="index.html" parts="content" /> 7 7 </page> 8 8 </xj:configuration>
