diff options
Diffstat (limited to 'kiwiirc/static/plugins/customise.html.example')
| -rw-r--r-- | kiwiirc/static/plugins/customise.html.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kiwiirc/static/plugins/customise.html.example b/kiwiirc/static/plugins/customise.html.example new file mode 100644 index 0000000..9d24e68 --- /dev/null +++ b/kiwiirc/static/plugins/customise.html.example @@ -0,0 +1,10 @@ +<style> + /* Custom theme changes can be added here */ +</style> + +<script> +kiwi.plugin('customise', function(kiwi, log) { + // Add your customisations here + // Some small examples can be found at https://github.com/kiwiirc/kiwiirc/wiki/Plugin-Examples +}); +</script> |
