Created
November 28, 2023 13:58
-
-
Save felipebastosweb/78b14dd92aaae116f392ec3fb5a9f015 to your computer and use it in GitHub Desktop.
Estrutura básica do index.html para o javascript moderno
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" /> | |
<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