summaryrefslogtreecommitdiff
path: root/doc/custom_static.md
blob: 7bb2900942c292ffbda438a200a9c5f20c5f8776 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Custom static files
Etherpad 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`.