kiwiirc-custom/dist/static/plugins/customise.html
Georg 220ac93e8c
Actually adding /dist build
Signed-off-by: Georg <georg@lysergic.dev>
2021-06-25 07:58:18 +02:00

10 lines
271 B
HTML

<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>