forked from ebzrvf/notwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswap.html
37 lines (35 loc) · 1.05 KB
/
swap.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<link rel="stylesheet" href="style.css">
<link href="https://api.fontshare.com/v2/css?f[]=clash-display@300,400,500&display=swap" rel="stylesheet">
<title>NØTWallet</title>
</head>
<body>
<style>
.not {
padding-top: 470px;
}
</style>
<div class="container">
<header>
<h1 style="font-weight: 400;">NØTWallet</h1>
</header>
<section>
</section>
</div>
<p align="center">We'll be right back.</p>
<div class="not">
<nav>
<a href="index.html">Home</a>
<a href="swap.html">Swap</a>
<a href="https://dedust.io">DeDust.io</a>
<a href="about.html">About</a>
</nav>
</div>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
</body>
</html>