Skip to content

Commit

Permalink
Update place
Browse files Browse the repository at this point in the history
  • Loading branch information
SskyWorms authored Oct 24, 2024
1 parent 68ac5a6 commit 993c633
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions articles/place
Original file line number Diff line number Diff line change
@@ -1 +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 993c633

Please sign in to comment.