Created
May 8, 2023 15:16
-
-
Save r3trosteve/05754d239f1ac6d050baf9800b89829b to your computer and use it in GitHub Desktop.
Shopify Hello World
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Hello Shopify</title> | |
| <script src="https://unpkg.com/@shopify/app-bridge"></script> | |
| <script src="https://unpkg.com/@shopify/app-bridge-utils"></script> | |
| <script src="main.js"></script> | |
| </head> | |
| <body> | |
| <h1 id="welcomeMessage">Welcome to our Shopify App</h1> | |
| <button id="getPersonalizedHello">Get Personalized Hello</button> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment