10_hangman/src/blueprint.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!--
  -  Copyright 2001-2006 Geert Bevin <gbevin[remove] at uwyn dot com>
  -  Distributed under the terms of either:
  -  * the common development and distribution license (CDDL), v1.0; or
  -  * the GNU Lesser General Public License, v2.1 or later
  -  $Id: blueprint.html 3308 2006-06-15 18:54:14Z gbevin $
  -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
        <title>RIFE Example : Hangman</title>
        <base href="${v WEBAPP:ROOTURL/}" />
        <link rel="stylesheet" type="text/css" href="style/hangman.css" />
    </head>
    
    <body>
        <r:v name="content"/>
    </body>
</html>