summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/template.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/template.html b/doc/template.html
new file mode 100644
index 00000000..2eb93987
--- /dev/null
+++ b/doc/template.html
@@ -0,0 +1,23 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>__SECTION__ Etherpad-Lite Manual &amp; Documentation</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body class="apidoc" id="api-section-__FILENAME__">
+ <header id="header">
+ <h1>Etherpad-Lite Manual &amp; Documentation</h1>
+ </header>
+
+ <div id="toc">
+ <h2>Table of Contents</h2>
+ __TOC__
+ </div>
+
+ <div id="apicontent">
+ __CONTENT__
+ </div>
+
+</body>
+</html>