fix typo
This commit is contained in:
+5
-2
@@ -1,15 +1,18 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<script src="https://bundle.run/browserify-zlib@0.2.0"></script>
|
||||
<script src="https://bundle.run/buffer@6.0.3"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/ripple-lib@1.10.0/build/ripple-latest-min.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/xrpl@2.1.1"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/xrpio@0.1.7/lib/browser/xrpio.browser.js"></script>
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
Loading ...
|
||||
<div style="text-align: center;">Downloading the application from the blockchain</div>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
<script src="main.js"></script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user