Created
May 22, 2021 07:56
-
-
Save PragatiVerma18/2ac1953d3682e4750c60f9f3e2eefc33 to your computer and use it in GitHub Desktop.
VueJS Starter Plugin for Adobe Photoshop - index.html
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> | |
| <head> | |
| <script src="./main.js"></script> | |
| </head> | |
| <style> | |
| div { | |
| margin: auto; | |
| } | |
| </style> | |
| <body> | |
| <div> | |
| <div id="container"></div> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment