Skip to content

Instantly share code, notes, and snippets.

@olehi94
Created January 18, 2019 11:03
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 olehi94/442a2e6d4f24ec5b271b9f4dcc9d26c5 to your computer and use it in GitHub Desktop.
Save olehi94/442a2e6d4f24ec5b271b9f4dcc9d26c5 to your computer and use it in GitHub Desktop.
HTML skeleton/template file.
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>Title</title>
<meta name="description" content="Description">
<meta name="keywords" content="Keywords">
<meta name="author" content="Author">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<script src="js/script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment