added web view

This commit is contained in:
polarDefender 2024-04-23 19:55:27 +02:00
parent b751470747
commit 6c4eeaab95
7 changed files with 278 additions and 0 deletions

49
static/index.html Normal file
View file

@ -0,0 +1,49 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="styles.css">
<!-- HTML Meta Tags -->
<title>Lightning.Pub</title>
<meta name="description" content="Lightning for Everyone">
</head>
<body>
<header>
<img src="pub_logo.png" width="38px" height="auto" alt="Lightning Pub logo">
<img src="LightningPub.png" height="33px" alt="Lightning Pub logo">
</header>
<main>
<section class="setup-header">
<h2>Setup</h2>
<p>To manage your Pub, you will connect a via remote dashboard.</p>
<p>Confirm a few things to generate a connection string:</p>
</section>
<div class="line"></div>
<section class="setup-content">
<p class="text-gray">Use default managed relay, <br>1000 sats per month paid automatically after grace period.</p>
<div class="checkbox">
<input type="checkbox" id="customCheckbox">
<label for="customCheckbox"></label>
</div>
<p>Or, enter a custom relay:</p>
<input type="text" placeholder="strfry.shock.network" value="" /><br><br><br>
<button onclick="window.location.href='/connect.html'">Generate</button>
<p class="marked">Need Help?</p>
</section>
<div class="line"></div>
<section class="setup-footer">
<p class="text-gray">npub of this instance:</p>
<p>npub123abcdesdfsdfsdfsdfsfsd456abc123</p>
</section>
</main>
</body>
</html>