Skip to content

Instantly share code, notes, and snippets.

@rafaelchagasb
Created August 30, 2012 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelchagasb/3521814 to your computer and use it in GitHub Desktop.
Save rafaelchagasb/3521814 to your computer and use it in GitHub Desktop.
Estrutura básica site
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<head>
<link rel="stylesheet" type="text/css" href="css/todos_estilos.css"/>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment