Files
turgle/gateway/index.html
T
2022-11-21 13:22:53 +01:00

14 lines
412 B
HTML

<!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>