blob: 1aecc6d1221d3d5e46484db7a4aa8db0223b2d1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!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/@shopify/app-bridge@3"></script>
<script src="https://unpkg.com/@shopify/app-bridge-utils@3"></script>
<script async type="text/javascript" src="%s/js/index.js"></script>
<script async>
Module.cwrap('index_getproducts', '',
['string', 'string'])(await
window['app-bridge-utils']
.getSessionToken(window['app-bridge']
.createApp({
apiKey: '%s',
host: '%s'
})), '%s');
</script>
</body>
</html>
|