23 lines
489 B
HTML
23 lines
489 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>__SECTION__ - Etherpad v__VERSION__ Manual & Documentation</title>
|
|
<link rel="stylesheet" href="assets/style.css">
|
|
</head>
|
|
<body class="apidoc" id="api-section-__FILENAME__">
|
|
<header id="header">
|
|
<h1>Etherpad v__VERSION__ Manual & Documentation</h1>
|
|
</header>
|
|
|
|
<div id="toc">
|
|
<h2>Table of Contents</h2>
|
|
__TOC__
|
|
</div>
|
|
|
|
<div id="apicontent">
|
|
__CONTENT__
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|