-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuycaffeecoin.html
78 lines (72 loc) · 3.83 KB
/
buycaffeecoin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<title>CaffeeCoin About</title>
<meta charset="utf-8">
<!-- Styles -->
<link rel="stylesheet" href="styles.css">
<!-- Favicon -->
<link rel="icon" href="caffee.png" />
</head>
<!--
░█████╗░░█████╗░███████╗███████╗███████╗███████╗
██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝██╔════╝
██║░░╚═╝███████║█████╗░░█████╗░░█████╗░░█████╗░░
██║░░██╗██╔══██║██╔══╝░░██╔══╝░░██╔══╝░░██╔══╝░░
╚█████╔╝██║░░██║██║░░░░░██║░░░░░███████╗███████╗
░╚════╝░╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░╚══════╝╚══════╝
Woah so thats a nice website
created by N.L.C
-->
<body>
<!--NavBar-->
<header>
<img class="nav__logo" src="caffee.png" width="5%" height="5%" alt="caffee">
<nav>
<ul class="nav__links">
<li><a style="color: white;" href="index.html">Home</a></li>
<li><a style="color: white;" href="wallet.html">Wallets</a></li>
<li><a style="color: white;" href="upcoming.html">Upcoming</a></li>
<li><a style="color: white;" href="about.html">About</a></li>
<li><a style="color: white;" href="#">Contribute</a></li>
</ul>
</nav>
<a class="cta" href="buycaffeecoin.html"><button style="color: black;">Buy CaffeeCoin</button></a>
</header>
<!--Background-->
<body style="background-color: black;"></body>
<!--Main-->
<main style="text-align: center; color: white;">
<h1 style="color: white;">How to buy CaffeeCoin</h1>
<br>
<hr>
<br>
<h1>1.Choose A Wallet</h1>
<div style="justify-content: center;">
<br>
<h2>Choose A Wallet from our Wallet Page</h2>
<br>
<a href="wallet.html"><button style="color: black;">Wallet Page</button></a>
<br>
<br>
<img style="align-items: center;" src="/img/caffee.png">
<br>
<br>
<hr>
<br>
<br>
<h1>2. Buy CaffeeCoin or Mine CaffeeCoin</h1>
<br>
<h2 style="font-weight: 150;">You can buy it from people on the CaffeeForum that will be coming soon!<br>You can also buy it from other exchanges</h2>
<br><br>
<h1>Mine CaffeeCoin</h1>
<h2 style="font-weight: 150;">You can mine CaffeeCoin as well!<br> When you mine CaffeeCoin you will get rewarded with CaffeeCoin<br> and you will also be able to make the CaffeeCoin blockchain more secure and more reliable!</h2>
<br><br><hr><br><br>
<h1>3. Spend it!</h1>
<br>
<h2 style="font-weight: 150;">You can spend CaffeeCoin on our marketplace that is coming very soon!<br>Or you could send it to your friends by getting their CaffeeCoin address and sending it to thier address!</h2>
<br><br><br><br><br><br>
</div>
</main>
</body>
</html>