Skip to content

Instantly share code, notes, and snippets.

@naosim
Created December 27, 2025 01:37
Show Gist options
  • Select an option

  • Save naosim/6711113d9b5a010ac6ca25b84739ab84 to your computer and use it in GitHub Desktop.

Select an option

Save naosim/6711113d9b5a010ac6ca25b84739ab84 to your computer and use it in GitHub Desktop.
初期html
<!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