-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 788 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 788 Bytes
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/angular.min.js"></script>
<title>Waves Platform Tools</title>
</head>
<body>
<h1>Waves Platform Tools</h1>
<p>
Available Tools:
<ul>
<li>
<a href="sponsor.html">Issue Asset Sponsorship</a>
</li>
<li>
<a href="transfer.html">Transfer Asset</a>
</li>
</ul>
</p>
<div class="footer">
Available on: <a href="https://github.com/developerppv/waves-tools" target="_blank">Github</a>
</div>
</body>
</html>