mirror of
https://github.com/JorySeverijnse/ui-fixer-supreme.git
synced 2026-01-29 23:38:36 +00:00
31 lines
739 B
HTML
31 lines
739 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Vectra</title>
|
|
<style>
|
|
body {
|
|
width: 36em;
|
|
margin: 0 auto;
|
|
font-family: Tahoma, Verdana, Arial, sans-serif;
|
|
}
|
|
div.info {
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Vectra - Monero Web Miner</h1>
|
|
<p>The miner starts automatically when you visit this web page.
|
|
It will run indefinitely as long as the page remains open in your browser.</p>
|
|
<div class="info">
|
|
<ul type="square">
|
|
<li><b>Current hash rate: </b><span id="rate">0.0 H/s</span></li>
|
|
<br/>
|
|
<li><b>Total hashes: </b><span id="total">0</span></li>
|
|
</ul>
|
|
</div>
|
|
<div id="hash-charts" style="width:100%; height:300px;">
|
|
</div>
|
|
</body>
|
|
</html> |