-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>© 2024 Phantom Wallet. All rights reserved.</p> | ||
</footer> | ||
</body> | ||
</html> |