Skip to content

Instantly share code, notes, and snippets.

@itsnwa
Created July 30, 2016 17:54
Show Gist options
  • Save itsnwa/3ea1308d62cd02ff41a0fdf0acb5b9c8 to your computer and use it in GitHub Desktop.
Save itsnwa/3ea1308d62cd02ff41a0fdf0acb5b9c8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Give the site a description">
<meta name="author" content="Put a name here" />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<title>My site</title>
<!-- Use maximum-scale and user-scalable at your own risk. It disables pinch/zoom. Think about usability/accessibility before including.-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- Fav-icon -->
<link href="apple-touch-icon.png" rel="apple-touch-icon">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
<!-- Embed meta -->
<meta property="og:site_name" content="Site title">
<meta property="og:image" content="og.jpg">
<!-- Reset & Stylesheet -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css" media="screen">
<link rel="stylesheet" href="css/main.min.css" media="screen" charset="utf-8">
</head>
<body>
Write out the content of the website here...
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment