-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (55 loc) · 1.78 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link
rel="preconnect"
href="https://fonts.googleapis.com"
/>
<link
rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin
/>
<link href="https://fonts.googleapis.com/css2?family=Anta&display=swap" rel="stylesheet">
<link
rel="stylesheet"
href="/dist/css/style.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/web3/4.5.0/web3.min.js" integrity="sha512-FhAl50BpK3gf9K//lbAWek9EEQEtGQyyXZNc1fuwcC2tVf2cskiJBcumXY0zJksYtms6S5cqubp1MNfUYTkO2A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script
type="module"
src="/src/app.js"
defer
></script>
<title>Block Scanner & Trx</title>
<link rel="icon" type="image/x-icon" href="/src/assets/images/favicon.ico">
</head>
<body>
<main class="background">
<div class="wrapper">
<div class="wrapper-div">
<section class="text-pop" id="textDiv">
<h2 class="text-pop" id="enter">Enter</h2>
<a href="/src/pages/scanner.html">
<img class ="logo" id="logo" src="/src/assets/images/logo.webp" alt="Pink and green, sleek logo which resembles an s">
</a>
<h3 class="text-pop" id="page-title">Block Scanner & Trx</h1>
<p class="text-pop" id="info-paragraph">
Explore and make your own transactions with our Block Scanner & Trx
Service
</p>
</section>
<a id="metamaskLink" class="text-pop" href="#">Open in MetaMask Mobile</a>
</div>
</main>
<!-- <div class="footer">
<p class="text-pop" id="footer-text">© 2021 Block Scanner & Trx</p>
</div> -->
<div id="displayModal"></div>
</body>
</html>