Created
June 19, 2017 13:47
-
-
Save rpaskin/321cabc5c2f11d28b6fa9219baccc332 to your computer and use it in GitHub Desktop.
Template base para 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> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta http-equiv="Content-Language" content="pt-br"> | |
<title> | |
<!-- TITLE --> | |
</title> | |
<link rel="stylesheet" href="estilo.css"> | |
<style> | |
/*STYLE*/ | |
</style> | |
</head> | |
<body> | |
<!-- BODY --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment