Skip to content

Instantly share code, notes, and snippets.

@ncer
Created February 27, 2017 07:15
Show Gist options
  • Save ncer/03e488439d53493b470f490e9cbab7fb to your computer and use it in GitHub Desktop.
Save ncer/03e488439d53493b470f490e9cbab7fb to your computer and use it in GitHub Desktop.
HTML5 Boilerplate
<?xml version="1.0" encoding="utf-8"?>
<!-- Please read: https://msdn.microsoft.com/en-us/library/ie/dn455106.aspx -->
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="tile.png"/>
<square150x150logo src="tile.png"/>
<wide310x150logo src="tile-wide.png"/>
<square310x310logo src="tile.png"/>
</tile>
</msapplication>
</browserconfig>
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Title</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory-->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header"></header>
<h1>Hello world!</h1>
<footer class="footer"></footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment