-
Notifications
You must be signed in to change notification settings - Fork 3
/
mobile-new.php
89 lines (71 loc) · 2.86 KB
/
mobile-new.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="keywords" content="Base Information, Countdown $PLT Airdrop ends in, The Project, Do you need more information?, The Roadmap, Meet The Team, Best Wallets For $PLT Plata">
<meta name="description" content="">
<title>$PLT Plata Token for ACTM</title>
<link rel="stylesheet" href="styleMain.css" media="screen">
<link rel="stylesheet" href="index.css" media="screen">
<link rel="stylesheet" href="contractButtonMobile.css" media="screen">
<script class="u-script" type="text/javascript" src="copyContract.js"></script>
<style>
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
background-color: rgba(0,0,0,0.4); /* Black background with opacity */
}
/* Modal Content/Box */
.modal-contentt {
background-color: #EBECF0;
margin: 20% auto;
padding: 0.5px;
border-radius: 8px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
width: 280px;
height: 90px;
}
</style>
<section id="AnchorHomeMobile">
<div class="div-main-text-background-mobile">
<br>
<h1><span class="main-text-mobile">Token for ACTM Project,<br></span>
<span class="main-text-mobile">Automated<br></span>
<span class="main-text-mobile">Crypto Teller Machine.<br></span>
<span class="main-text-mobile">Web3 to Cash<br></span>
<span class="main-text-mobile">and Vice Versa<br></span>
<span class="main-text-mobile">From Our Kiosks.</span>
</h1>
<h4><span class="sub-text-mobile"><a href="https://linktr.ee/typofx" target="_blank">Join the pure silver nugget community</a>,</span><br>
<span class="sub-text-mobile">the ERC-20 token from Polygon Blockchain.</span></h4>
<br>
<div class="container-button-contract">
<table align="center" style="width:315px">
<tr>
<td align="left"><div class="contract-btn-mobile"><a href="https://www.plata.ie/polygonscan" target="_blank">Contract : 0xc29...b6341</a></div></td>
<td align="right"><div class="copy-btn-mobile"><a href="#" onclick="copyContract()"></a> </div></td>
</tr>
</table>
</div>
<br>
<br>
<br>
</div>
<section>
<div style="opacity:0;">
<input type="text" name="mobile" id="mobile" value="0xc298812164bd558268f51cc6e3b8b5daaf0b6341" readonly/>
</div>
<div id="myModal" class="modal">
<div class="modal-contentt">
<center>
<p id="modal-messageLine1"/>
<!--<p id="modal-messageLine2"/>-->
</center>
</div>
</div>