2825bb5559cac0d1b170ee724701a90095e50e86
[enjoyable.git] / Enjoyable Help / pgs / template.html
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>Title</title>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
8 <meta name="robots" content="anchors" />
9 <link href="../sty/default.css"
10 rel="stylesheet"
11 type="text/css"
12 media="all"/>
13 </head>
14
15 <body>
16 <a name="primary"></a>
17
18 <div id="navbox">
19 <div id="navleftbox">
20 <a class="navlink_left"
21 href="help:anchor='home' bookID='Enjoyable Help'">
22 Home
23 </a>
24 </div>
25 </div>
26
27 <div id="headerbox">
28 <div id="iconbox">
29 <img id="iconimg"
30 src="../gfx/Icon.png"
31 alt="Icon"
32 height="32" width="32"/>
33 </div>
34 <h1>Title</h1>
35 </div>
36
37 <p>
38 Content starts here.
39 </p>
40 </body>
41 </html>