summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-15 21:38:13 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-15 21:38:13 +0800
commit2d5640d5304f7218c8ae42faeb97114a1192d036 (patch)
treec3b227ab200752b016cd3c84a327990d0f75dc74 /index.html
Preparation for CDN-hosted version
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..70c4936
--- /dev/null
+++ b/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang=en>
+ <head>
+ <meta charset=utf-8/>
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+ <link rel="stylesheet" href="https://unpkg.com/@shopify/polaris@10.2.0/build/esm/styles.css"/>
+ </head>
+ <body>
+ <script src="https://unpkg.com/react@18"></script>
+ <script src="https://unpkg.com/react-query@3"></script>
+ <script src="https://unpkg.com/@shopify/app-bridge@3"></script>
+ <script src="https://unpkg.com/@shopify/app-bridge-utils@3"></script>
+ <script src="https://unpkg.com/@shopify/app-bridge-react@3"></script>
+ <script async type="text/javascript" src="js/useAuthenticatedFetch.js"></script>
+ <script async type="text/javascript" src="js/useAppQuery.js"></script>
+ </body>
+</html>