-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstep3.html
More file actions
55 lines (55 loc) · 2.01 KB
/
step3.html
File metadata and controls
55 lines (55 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/stylesheets/application.css">
</head>
<body>
<header class="header">
<div class="container">
<a href="#" class="logo"></a>
</div>
</header>
<section class="container content">
<h1 class="title">Step 3</h1>
<p class="description">Bridge and contacts deployment</p>
<div class="setup">
<div class="setup-i setup-i_network">
<div class="control">
<button type="button" class="button button_done">Done</button>
<p>Deploy the contract using injected web3 client, e.g., Metamask on the left side of the bridge</p>
</div>
</div>
<div class="setup-i setup-i_bridge setup-i_disable">
<div class="control">
<button type="button" class="button button_setup">Download Config</button>
<p>Deploy the contract using injected web3 client, e.g., Metamask on the left side of the bridge</p>
</div>
</div>
<div class="setup-i setup-i_network">
<div class="control">
<button type="button" class="button button_setup">Deploy to Oracles</button>
<p>Deploy the contract using injected web3 client, e.g., Metamask on the left side of the bridge</p>
</div>
</div>
</div>
<a href="#" class="button">Back to the List</a>
</section>
<footer class="footer">
<div class="container">
<p class="rights">2018 Oracles Network. All rights reserved.</p>
<a href="#" class="logo"></a>
<div class="socials">
<a href="#" class="social social_reddit"></a>
<a href="#" class="social social_twitter"></a>
<a href="#" class="social social_oracles"></a>
<a href="#" class="social social_telegram"></a>
<a href="#" class="social social_github"></a>
</div>
</div>
</footer>
</body>
</html>