We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9243a7a + ebdd158 commit 181d946Copy full SHA for 181d946
.github/FUNDING.yml
@@ -1,2 +1,3 @@
1
+buy_me_a_coffee: webdevnerdstuff
2
custom: ["paypal.me/webdevnerdstuff"]
3
patreon: webdevnerdstuff
index.html
@@ -59,6 +59,19 @@
59
type="module"
60
src="/src/main.ts"
61
></script>
62
+
63
+ <script
64
+ data-name="BMC-Widget"
65
+ data-cfasync="false"
66
+ src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
67
+ data-id="webdevnerdstuff"
68
+ data-description="Support me on Buy me a coffee!"
69
+ data-message=""
70
+ data-color="#1976d2"
71
+ data-position="Right"
72
+ data-x_margin="18"
73
+ data-y_margin="18"
74
+></script>
75
</body>
76
77
</html>
0 commit comments