Skip to content

Instantly share code, notes, and snippets.

@TheHiddenHaku
Created December 3, 2013 15:29
Show Gist options
  • Save TheHiddenHaku/7771153 to your computer and use it in GitHub Desktop.
Save TheHiddenHaku/7771153 to your computer and use it in GitHub Desktop.
Very Basic HTML doc
<!DOCTYPE html>
<html class="no-js">
<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/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment