|
@@ -1,15 +1,18 @@
|
1
|
1
|
<!doctype html>
|
2
|
2
|
<html lang="en">
|
|
3
|
+
|
3
|
4
|
<head>
|
4
|
5
|
<script src="https://bundle.run/browserify-zlib@0.2.0"></script>
|
5
|
6
|
<script src="https://bundle.run/buffer@6.0.3"></script>
|
6
|
7
|
<script src="https://cdn.jsdelivr.net/npm/ripple-lib@1.10.0/build/ripple-latest-min.min.js"></script>
|
7
|
8
|
<script src="https://cdn.jsdelivr.net/npm/xrpl@2.1.1"></script>
|
8
|
9
|
<script src="https://cdn.jsdelivr.net/npm/xrpio@0.1.7/lib/browser/xrpio.browser.js"></script>
|
|
10
|
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous"/>
|
9
|
11
|
</head>
|
|
12
|
+
|
10
|
13
|
<body>
|
11
|
|
- Loading ...
|
|
14
|
+ <div style="text-align: center;">Downloading the application from the blockchain</div>
|
|
15
|
+ <script src="main.js"></script>
|
12
|
16
|
</body>
|
13
|
|
-<script src="main.js"></script>
|
14
|
17
|
|
15
|
18
|
</html>
|