Skip to content

Instantly share code, notes, and snippets.

@rpaskin
Created June 19, 2017 13:47
Show Gist options
  • Save rpaskin/321cabc5c2f11d28b6fa9219baccc332 to your computer and use it in GitHub Desktop.
Save rpaskin/321cabc5c2f11d28b6fa9219baccc332 to your computer and use it in GitHub Desktop.
Template base para HTML
<!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