Skip to content

Commit

Permalink
Create withdraw_crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
SskyWorms authored Oct 24, 2024
1 parent e82e779 commit 4a457e7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions articles/withdraw_crypto
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="x-logo" href="holdstation_logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Holdstation Center</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>How to Create a Phantom Wallet</h1>
</header>

<main>
<h2>Step 1: Download the Phantom Wallet</h2>
<p>To create a Phantom wallet, download the Phantom extension for your browser from the official website.</p>

<h2>Step 2: Set Up Your Wallet</h2>
<p>After installation, click on the Phantom icon to start the setup process.</p>

<h2>Step 3: Save Your Recovery Phrase</h2>
<p>During the setup, you will receive a secret recovery phrase. Write it down and keep it safe!</p>
</main>

<footer>
<p><a href="../index.html">Back to Help Center</a></p>
<p>&copy; 2024 Phantom Wallet. All rights reserved.</p>
</footer>
</body>
</html>

0 comments on commit 4a457e7

Please sign in to comment.