feat: imprint

This commit is contained in:
2026-04-27 17:06:55 +02:00
parent 026af41c4d
commit 4ada33b011
3 changed files with 16 additions and 19 deletions
+3 -3
View File
@@ -15,13 +15,13 @@
<body>
<app-root></app-root>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script src="https://storage.ko-fi.com/cdn/scripts/overlay-widget.js"></script>
<script>
kofiWidgetOverlay.draw('fraujulian', {
'type': 'floating-chat',
type: 'floating-chat',
'floating-chat.donateButton.text': 'Coffee',
'floating-chat.donateButton.background-color': '#ff5f5f',
'floating-chat.donateButton.text-color': '#fff'
'floating-chat.donateButton.text-color': '#fff',
});
</script>
</body>