Created
December 27, 2025 01:37
-
-
Save naosim/6711113d9b5a010ac6ca25b84739ab84 to your computer and use it in GitHub Desktop.
初期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 lang="ja"></html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>index.mjs</title> | |
| </head> | |
| <body> | |
| <h1>index.mjs</h1> | |
| <script type="module" src="index.mjs"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment