Skip to content

Instantly share code, notes, and snippets.

@infinitystylish
Last active December 25, 2015 10:49
Show Gist options
  • Save infinitystylish/6964696 to your computer and use it in GitHub Desktop.
Save infinitystylish/6964696 to your computer and use it in GitHub Desktop.
HTML: General Header
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<!--[if lt IE 9]>
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<![endif]-->
<meta name="viewport" content="width=device-width, maximum-scale=1, minimum-scale=1, user-scalable=0, initial-scale=1">
<!-- Standard iPhone -->
<link rel="apple-touch-icon" sizes="57x57" href="img/touch-icon-iphone-57.png" />
<!-- Retina iPhone -->
<link rel="apple-touch-icon" sizes="114x114" href="img/touch-icon-iphone-114.png" />
<!-- Standard iPad -->
<link rel="apple-touch-icon" sizes="72x72" href="img/touch-icon-ipad-72.png" />
<!-- Retina iPad -->
<link rel="apple-touch-icon" sizes="144x144" href="img/touch-icon-ipad-144.png" />
<link rel="shortcut icon" href="" type="image/x-icon" />
<link href="" rel="apple-touch-icon-precomposed">
<!-- CSS Framework -->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap.min.css" rel="stylesheet">
<!-- Page Style -->
<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>css/style.css">
</head>
<body>
<header>
<nav></nav>
</header>
<div class="container">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment