Created
September 25, 2025 07:21
-
-
Save shredthaGNAR/f677d356b203dced9e4d1f15f3c1a56a to your computer and use it in GitHub Desktop.
Revisions
-
shredthaGNAR created this gist
Sep 25, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ Crypto Converter ⚡ Widget ------------------------- A [Pen](https://codepen.io/dejurin/pen/ExgNJBg) by [Yurii De](https://codepen.io/dejurin) on [CodePen](https://codepen.io). [License](https://codepen.io/license/pen/ExgNJBg). This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ <!-- Website: https://co-w.io --> <!-- Github: https://github.com/dejurin/crypto-converter-widget --> <div style="width:380px"> <crypto-converter-widget live shadow symbol fiat="united-states-dollar" crypto="bitcoin" amount="1" border-radius="0.60rem" background-color="#383a59" decimal-places="2"><a href="https://cr.today/" rel="noopener">Converter Widget</a></crypto-converter-widget> <a href="https://co-w.io/">co-w.io</a> <script src="https://cdn.jsdelivr.net/gh/dejurin/crypto-converter-widget/dist/latest.min.js" async></script> </div>