Skip to content

Instantly share code, notes, and snippets.

@fabianosantosnet
Last active February 11, 2020 15:55
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 fabianosantosnet/9b7d11221dedbed16eb38678d89e28d0 to your computer and use it in GitHub Desktop.
Save fabianosantosnet/9b7d11221dedbed16eb38678d89e28d0 to your computer and use it in GitHub Desktop.
template HTML basic
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<meta charset="utf-8">
<title></title>
<meta name="author" content="">
<meta name="description" content="">
<meta name="robots" content="noydir">
<link rel="shortcut icon" href="favicon.png" type="image/png">
<link rel="stylesheet" href="https://raw.githubusercontent.com/necolas/normalize.css/master/normalize.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
<script src="scripts.js" defer></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment