Skip to content

Instantly share code, notes, and snippets.

@felipebastosweb
Created November 28, 2023 13:58
Show Gist options
  • Save felipebastosweb/78b14dd92aaae116f392ec3fb5a9f015 to your computer and use it in GitHub Desktop.
Save felipebastosweb/78b14dd92aaae116f392ec3fb5a9f015 to your computer and use it in GitHub Desktop.
Estrutura básica do index.html para o javascript moderno
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache">
<title>FelipeBastosWeb</title>
<script type="module" src="./static/js/main.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment