aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2023-09-11 17:47:54 +0300
committerkaotisk <kaotisk@arching-kaos.org>2023-09-11 17:47:54 +0300
commit557f541b84f98ccefb0e65db1a181a061c922e27 (patch)
treeafdd0ed69e737b3a55734d38c24a1303985c403a
parentee65a2f76169f0e84642764020d0820ad22895d4 (diff)
downloadarching-kaos-web-ui-557f541b84f98ccefb0e65db1a181a061c922e27.tar.gz
arching-kaos-web-ui-557f541b84f98ccefb0e65db1a181a061c922e27.tar.bz2
arching-kaos-web-ui-557f541b84f98ccefb0e65db1a181a061c922e27.zip
Getting ready to test locally served libraries
-rw-r--r--src/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index a8f6c15..5a72882 100644
--- a/src/index.html
+++ b/src/index.html
@@ -11,7 +11,9 @@
<link rel="apple-touch-icon" href="./img/logo.png">
<meta name="msapplication-TileImage" content="./img/logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
+ <!-- <script src="./external/freighter.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/stellar-freighter-api/1.1.2/index.min.js"></script>
+ <!-- <script src="./external/marked.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<meta name="theme-color" content="#7ef07e" />
<link rel="manifest" href="manifest.json">