andy-h
8/12/2016 - 8:32 PM

HTML5 document template

HTML5 document template

<!DOCTYPE html>

<html lang="en">
<head>
	
	<meta charset="UTF-8">
	
	<!-- prevent Internet Explorer from using compatibility mode -->
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	
	<title></title>
	
	<!-- page-specific metadata -->
	<meta name="description" content="">
	<meta name="keywords" content="">
	
	<!-- make the layout responsive -->
	<meta name="viewport" content="initial-scale=1">
	<style>
		@-ms-viewport { zoom:1.0; width:extend-to-zoom; }
		@viewport { zoom:1.0; width:extend-to-zoom; }
	</style>
	
	<!-- favicon and Apple touch icon -->
	<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico">
	<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="favicon.ico">
	<link rel="apple-touch-icon" href="apple-touch-icon.png">
	
	<link rel="stylesheet" type="text/css" media="all" href="stylesheet.css">
	
</head>
<body>
	
	
	
</body>
</html>