generated from nathanwoodburn/python-webserver-template
feat: Add setup page and OG
This commit is contained in:
@@ -5,6 +5,17 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Firepool | Woodburn</title>
|
||||
<meta name="description" content="Firepool dashboard with live pool stats, worker search, payouts, and estimated mining returns.">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="Firepool">
|
||||
<meta property="og:title" content="Firepool | Woodburn">
|
||||
<meta property="og:description" content="Live pool telemetry, worker search, and estimated mining rewards.">
|
||||
<meta property="og:url" content="{{ request.url }}">
|
||||
<meta property="og:image" content="https://explorer.hns.au/assets/img/favicon.png">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Firepool | Woodburn">
|
||||
<meta name="twitter:description" content="Live pool telemetry, worker search, and estimated mining rewards.">
|
||||
<meta name="twitter:image" content="https://explorer.hns.au/assets/img/favicon.png">
|
||||
<link rel="icon" href="https://explorer.hns.au/assets/img/favicon.png" type="image/png">
|
||||
<link rel="stylesheet" href="/assets/css/index.css">
|
||||
</head>
|
||||
@@ -124,6 +135,14 @@
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="panel setup-panel">
|
||||
<div class="panel-head">
|
||||
<h2>Setup a Miner</h2>
|
||||
<p>New to the pool? Follow the quick start guide to get your worker online.</p>
|
||||
</div>
|
||||
<a class="setup-link" href="/setup-miner">Open Miner Setup Guide</a>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<p>Powered by <a href="https://nathan.woodburn.au" target="_blank" rel="noopener">Nathan.Woodburn/</a>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user