-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq_smart.html
executable file
·86 lines (82 loc) · 3.64 KB
/
faq_smart.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
79
80
81
82
83
84
85
86
<!DOCTYPE HTML>
<html>
<head>
<title>World Cup 2018 Lottery</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<h1><a href="#">Created <span>by Z.A.L Union Technology.</span></a></h1>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="faq_smart.html">Faq</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<section class="wrapper style1">
<div class="inner">
<h2>What do I need to play World Cup 2018 Lottery?</h2>
<hr class="major" />
<!-- Content -->
<h4 id="content">1.Install Trust Wallet app</h4>
<p>To play World Cup 2018 Lottery On your smartphone, you need to install Trust Wallet app.</p>
<div class="3u"><span class="image fit"><img src="images/trust_wallet.png" alt="" /></span></div>
<div class="3u">
<a href="https://itunes.apple.com/us/app/trust-ethereum-wallet/id1288339409">
<span class="image fit"><img src="images/apple_trust.png" alt="" />
</span>
</a>
<a href="https://play.google.com/store/apps/details?id=com.wallet.crypto.trustapp">
<span class="image fit"><img src="images/android_trust.png" alt="" />
</span>
</a>
</div>
<hr class="major" />
<h4 id="content">2.Change to Ethereum Network</h4>
<p>On Trust Wallet app, go to "Setting" → "Network", Then click Ethereum (ETH).</p>
<div class="7u"><span class="image fit"><img src="images/image1.png" alt="" /></span></div>
<hr class="major" />
<h4 id="content">3.Visit world Cup 2018 Lottery</h4>
<p>To use this DApps, ETH is required, Deposit ETH to Trust.</p>
<P>Let's specify the address of the account (wallet) prepared as the remittance destination.</P>
<p>You can display the address by selecting "Wallet" → "Receive".
Copy the address with 'Copy Wallet's address' so you can use it to prevent typing errors.</p>
<div class="7u"><span class="image fit"><img src="images/image4.png" alt="" /></span>
<span class="image fit"><img src="images/image3.png" alt="" /></span></div>
<hr class="major" />
<h4 id="content">4.Visit world Cup 2018 Lottery</h4>
<p>On Trust Wallet app, Visit <a href="https://eth-world-cup.herokuapp.com/"><span style="text-decoration:underline">https://eth-world-cup.herokuapp.com/</span></a></p>
<div class="7u"><span class="image fit"><img src="images/image2.png" alt="" /></span></div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-snapchat"><span class="label">Snapchat</span></a></li>
</ul>
© Z.A.L Union Technology. Created
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>