Last active
December 23, 2019 15:29
-
-
Save Kledenai/c76f2882201299d1681caea323d27261 to your computer and use it in GitHub Desktop.
Arquivo html do artigo sobre instrodução a IDE Brackets
This file contains 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="pt-br"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Introdução ao Brackets</title> | |
</head> | |
<body> | |
<h1>Olá Mundo</h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment