mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-10-31 00:01:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			499 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			499 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
|   <title>__SECTION__ - Etherpad Lite 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-Lite v__VERSION__ Manual & Documentation</h1>
 | |
|   </header>
 | |
| 
 | |
|   <div id="toc">
 | |
|     <h2>Table of Contents</h2>
 | |
|     __TOC__
 | |
|   </div>
 | |
| 
 | |
|   <div id="apicontent">
 | |
|     __CONTENT__
 | |
|   </div>
 | |
| 
 | |
| </body>
 | |
| </html>
 |