mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-11-03 17:51:43 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			552 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			552 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Custom static files
 | 
						|
Etherpad Lite allows you to include your own static files in the browser, by modifying the files in `static/custom`.
 | 
						|
 | 
						|
* `index.js` Javascript that'll be run in `/`
 | 
						|
* `index.css` Stylesheet affecting `/`
 | 
						|
* `pad.js` Javascript that'll be run in `/p/:padid`
 | 
						|
* `pad.css` Stylesheet affecting `/p/:padid`
 | 
						|
* `timeslider.js` Javascript that'll be run in `/p/:padid/timeslider`
 | 
						|
* `timeslider.css` Stylesheet affecting `/p/:padid/timeslider`
 | 
						|
* `favicon.ico` Overrides the default favicon.
 | 
						|
* `robots.txt` Overrides the default `robots.txt`. |