diff options
Diffstat (limited to 'web/frontend/index.html')
-rw-r--r-- | web/frontend/index.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/web/frontend/index.html b/web/frontend/index.html index b6b3f23..70c4936 100644 --- a/web/frontend/index.html +++ b/web/frontend/index.html @@ -2,8 +2,16 @@ <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> - Hello from C! + <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> |