Created
February 27, 2017 07:15
-
-
Save ncer/03e488439d53493b470f490e9cbab7fb to your computer and use it in GitHub Desktop.
HTML5 Boilerplate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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