09_stateful_counters/src/home.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: home.html 3308 2006-06-15 18:54:14Z gbevin $
  -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
        <style type="text/css">
            form {
                margin: 0;
                padding: 0;
                display: inline;
            }
        </style>
    </head>
    
    <body>
        <r:v name="ELEMENT:Counter:1"/>
        <br />
        <r:v name="ELEMENT:Counter:2"/>
        <br />
        <r:v name="ELEMENT:Counter:3"/>
    </body>
</html>