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