annotate examples/cherrypy/index.html @ 283:5cbeeb72c5d4

Fix regression introduced in [333:334]: includes no longer used the search path, because the loader was always seeing an absolute path.
author cmlenz
date Thu, 12 Oct 2006 12:23:38 +0000
parents aa16cebbcfe4
children
rev   line source
266
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
1 <!DOCTYPE html
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
4 <html xmlns="http://www.w3.org/1999/xhtml"
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
5 xmlns:py="http://genshi.edgewall.org/"
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
6 xmlns:xi="http://www.w3.org/2001/XInclude"
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
7 lang="en">
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
8 <body>
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
9 <span class="greeting">Hello, ${name}!</span>
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
10 </body>
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
11 </html>
Copyright (C) 2012-2017 Edgewall Software