summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>