Created
February 23, 2026 06:12
-
-
Save flushpot1125/98a886bb0133d55b82d322133f8a6d85 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> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width,initial-scale=1" /> | |
| <title>My App</title> | |
| <link rel="stylesheet" href="/src/styles.css"> | |
| </head> | |
| <body> | |
| <div id="app"></div> | |
| <script type="module" src="/src/main.ts"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment