Last active
February 11, 2020 15:55
-
-
Save fabianosantosnet/9b7d11221dedbed16eb38678d89e28d0 to your computer and use it in GitHub Desktop.
template HTML basic
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="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