Skip to content

Instantly share code, notes, and snippets.

@apisandipas
Last active December 31, 2015 13:49
Show Gist options
  • Save apisandipas/7995364 to your computer and use it in GitHub Desktop.
Save apisandipas/7995364 to your computer and use it in GitHub Desktop.
Basic HTML5 template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="css/screen.css"> -->
</head>
<body>
<!-- Add your site or application content here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment