JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
xhtml -> html5
[wfpl.git] / unit_tests / template.html
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5   <title>wfpl unit test results</title>
6   <meta name="robots" content="none">
7   <style type="text/css">
8     .row_even, .row_odd {
9       font: 14px monospace;
10       margin-top: -1px;
11       border: 1px dotted black;
12       padding: 5px;
13     }
14     .row_even {
15       background-color: #ccf;
16     }
17     .row_odd {
18       background-color: #cfc;
19     }
20   </style>
21 </head>
22
23 <body>
24   <h1>wfpl unit tests</h1>
25   
26   <!--~wfpl_messages {~-->
27       <div class="row_~row evenodd~">~data htmlbrnbsp~</div>
28   <!--~}~-->
29 </body>
30 </html>