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