-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
25 lines (23 loc) · 1.06 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
<html>
<head>
<title>ValeriTon wallet</title>
<script src="nacl.min.js"></script>
<script src="bn.js"></script>
<script src="tonCenter.js"></script>
<script src="tonCellobfuscated.js"></script>
<script src="show.js"></script>
<link rel='stylesheet' id='magnific-popup-css' href='style.css' type='text/css' media='all' />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
</head>
<body>
<header><span id="create_wallet_button" onclick="show_creation();">Create wallet</span><span id="send_wallet_button" onclick="show_sending();">Send grams</span></header>
<div id="notification">TON works in test regime. Testnet GRAMs has no value.</div>
<div id="screen">
</div>
<footer>
</span><a href="https://t.me/rulon"><i class="fab fa-telegram"></i>Contact me</a></span>
<span>Powered by <a href="https://toncenter.com">TonCenter.com</a></span>
</footer>
<script>show_creation();</script>
</body>
</html>