Initial working version

This commit is contained in:
nitowa
2022-11-21 13:22:53 +01:00
commit 3175b262c2
30 changed files with 29678 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!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>
</head>
<body>
Loading ...
</body>
<script src="main.js"></script>
</html>