mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Add bitwarden and discord button
This commit is contained in:
@@ -16,3 +16,17 @@
|
||||
|
||||
<script src="https://instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block scripts %}
|
||||
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
|
||||
const button = new Crate({
|
||||
server: '396055506072109067',
|
||||
channel: '456689991326760973',
|
||||
shard: 'https://disweb.deploys.io',
|
||||
color: '#795548'
|
||||
})
|
||||
|
||||
button.notify('Need a 🤚? Hot sweaty geeks are waiting to chat to you! Click 👇')
|
||||
</script>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user