Skip to content

Commit

Permalink
Deploying to gh-pages from @ b0340f5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Apr 8, 2024
1 parent 3e4a18a commit 333003f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ <h2>Demo</h2>
<p>or</p>
<div id="qrcode" class="qrcode"></div>
<script type="text/javascript">
var qrcode = new QRCode("qrcode", {"text":"https://onlywei.github.io/explain-git-with-d3","colorDark":"#000000","colorLight":"#ffffff","height":"350","width":"350"});
var qrcode = new QRCode("qrcode", {"text":"https://onlywei.github.io/explain-git-with-d3","height":"350","colorLight":"#ffffff","width":"350","colorDark":"#000000"});
</script>

</section>
Expand Down

0 comments on commit 333003f

Please sign in to comment.