Add HTML output (4.01 strict).
[dive.git] / templates / xhtml.vm
blobffbed899def59bbc69837ea402a9b56b2281f86f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6 <head>
7 <title>Dive Plans</title>
8 <style type="text/css">
9 #include ("style.css")
10 </style>
11 <link rel="stylesheet" type="text/css" href="style.css"/>
12 <link rel="stylesheet" media="print" type="text/css" href="print.css"/>
13 </head>
14 #parse ("html-body.vm")
15 </html>