Move help files around. Build index correctly.
[enjoyable.git] / Enjoyable Help / pgs / template.html
diff --git a/Enjoyable Help/pgs/template.html b/Enjoyable Help/pgs/template.html
deleted file mode 100644 (file)
index 2825bb5..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <title>Title</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-    <meta name="robots" content="anchors" />
-    <link href="../sty/default.css"
-          rel="stylesheet"
-          type="text/css"
-          media="all"/>
-  </head>
-  
-  <body>
-    <a name="primary"></a>
-    
-    <div id="navbox">
-      <div id="navleftbox">
-        <a class="navlink_left"
-           href="help:anchor='home' bookID='Enjoyable Help'">
-          Home
-        </a>
-      </div>
-    </div>
-    
-    <div id="headerbox">
-      <div id="iconbox">
-        <img id="iconimg"
-             src="../gfx/Icon.png"
-             alt="Icon"
-             height="32" width="32"/>
-      </div>
-      <h1>Title</h1>
-    </div>
-
-    <p>
-      Content starts here.
-    </p>
-  </body>
-</html>