-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (82 loc) · 4.82 KB
/
index.html
File metadata and controls
93 lines (82 loc) · 4.82 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name = "keywords" content = "Crypto, CDS, Crypto Development Services, CST, CryptoSwapToken" />
<meta name = "description" content = "Crypto Development Services" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://FlashCryptoToken.github.io/" />
<meta property="og:image" content="https://FlashCryptoToken.github.io/img/fct.png" />
<meta property="og:description" content="FCT stands for FlashCryptoToken, This Connector Adds the BSC mainnet to metamask if you don't already have it along with FlashCryptoToken and logo" />
<title>FlashCryptoToken - Metamask Connector</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" />
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="slick/slick.css"/>
<link rel="stylesheet" href="slick/slick-theme.css"/>
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/templatemo-dream-pulse.css" />
<link rel="stylesheet" href="css/table.css">
<link rel="icon" href="img/fct.png" type="image/png">
</head>
<body>
<main class="container-fluid">
<div class="row">
<main role="main" class="ml-sm-auto col-12">
<div
class="parallax-window"
data-parallax="scroll"
data-image-src="img/header.jpg">
<div class="tm-section-wrap">
<section id="intro" class="tm-section">
<div class="tm-bg-grey-transparent tm-intro">
<centre>
<h2 class="tm-section-title mb-5 text-uppercase tm-color-primary"><span style="color:#000">Get connected to the Binance Smart Chain Network and add FlashCryptoToken</span></h2>
<ul class="list-steps">
<p><span style="color:#000">The journey of Flash Crypto Token began on July 26, 2021 created by some developers is a token of the bsc network.</p>
<p><span style="color:rgb(18, 9, 124)">The Flash Crypto Token team has been active with continuous developments, the community is growing exponentially with members from every continent on the planet.</span></p>
<p><span style="color:#000">How do I use Flash Crypto Token?</span></p>
<p><span style="color:rgb(18, 9, 124)">Using Flash Crypto Token is not that complicated, you just need to enable Binance Smart chain and add FCT</span></p>
<li class="list-steps__item wow fadeInLeftSmall" data-wow-delay=".1s">
<div class="list-steps__item-counter"></div>
<div class="list-steps__item-divider"></div>
<div class="list-steps__item-main">
<h4><a href="#">MetaMask one click and add</a></h4>
<p><span style="color:#000">Press the button below</span></p>
<button class="connectMetaMask">Enable Binance Smart Chain & Add FCT</button>
</div>
</li>
</ul>
</centre>
</div>
</section>
<footer>
<div class="footer-content">
<div class="social-media-icons">
<a class="icon" href="https://twitter.com/Flash_C_Token"><i class="fab fa-twitter"></i></a>
<a class="icon" href="https://discord.gg/bgcRPBfdW3"><i class="fab fa-discord"></i></a>
<a class="icon" href="https://t.me/+UQB5k8fx4wo5ZTVh"><i class="fab fa-telegram"></i></a>
</div>
<div class="company-name">
<span style="color:#000">Created by <a href="https://www.cryptodevservices.com/" target="_blank">Crypto Development Services</a> <img src="./img/cds.png" width="20px"></span> <br>
<span style="color:#000">© Crypto Development Services, All rights reserved.</span>
</div>
</div>
</footer>
</div>
</div>
</main>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.singlePageNav.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="slick/slick.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/templatemo-scripts.js"></script>
<script src="js/connectMetaMask.js"></script>
<script src="https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js"></script>
</body>
</html>