Files
BTCforPlebs.com/public/learn-bitcoin/wallets.html
2025-02-28 13:11:01 +00:00

46 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wallest</title>
<!-- scripts -->
<script src="/scripts.js" defer></script>
</head>
<link rel="stylesheet" href="/styles.css">
<body>
<!-- Bitcoin Price Banner -->
<div id="btc-price-banner">This page is under SEVERE construction</div>
<div class="container">
<div class="logo-container">
<a href="/index.html" class="prefetch">
<img src="/images/btcforplebs_logo.gif" alt="Home" class="header-logo">
</a>
</div>
<div id="top"></div>
<h1>Choosing A Wallet</h1>
<p>Choosing a Wallet is the most important part of securing your Bitcoin. Here are some tips to help you make an informed decision</p>
<!-- Dropdown Navigation -->
<div class="dropdown">
<select onchange="navigateToSection(this)">
<option value="">Select a Topic</option>
<option value="where to start">Where To Start</option>
</select>
</div>
<!-- Sections -->
<section id="where to start">
<h2>Where To Start with Wallets</h2>
<p>Selecting a wallet is a critical decision that can have a significant impact on your security and privacy. You can make as many </p>
</section>
<div id="footer"></div>
<div id="back-to-top">
<a href="#top" title="Back to Top">🔝</a>
</div>
</html>