Created
August 11, 2020 19:09
-
-
Save simonjcarr/c426c2fa694f9c918ec3aeaaa77f9524 to your computer and use it in GitHub Desktop.
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"> | |
| <link rel="icon" href="/favicon.ico" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Vite App</title> | |
| </head> | |
| <body> | |
| <div id="outside_app" style="text-align: center;"></div> | |
| <div id="app"></div> | |
| <script type="module" src="/src/main.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment