You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
422 B
16 lines
422 B
6 months ago
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block extrahead %}
|
||
|
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
|
||
|
const button = new Crate({
|
||
|
server: '822460010649878528', // Funky Penguin
|
||
|
channel: '822460010649878531', // #elf-friends channel
|
||
|
username: 'Kometa Website Visitor',
|
||
|
indicator: true,
|
||
|
color: '#00bc8c',
|
||
|
location: ['bottom', 'left']
|
||
|
})
|
||
|
</script>
|
||
|
|
||
|
{% endblock %}
|