1
0
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:
David Young
2019-05-14 22:30:40 +12:00
parent d202ca69b9
commit 0c23c3b21f
8 changed files with 120 additions and 9 deletions

View File

@@ -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 %}