Last active
December 12, 2015 03:29
-
-
Save Alexgalinier/4707701 to your computer and use it in GitHub Desktop.
HTML: Starting file
This file contains 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 class="no-js" lang="fr"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="icon" type="image/png" href="http://alexgalinier.com/static/images/alexgalinier-site-favicon_32x32.png" /> <!-- 32x32 image--> | |
<!-- Safari standalone web app config --> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<link rel="apple-touch-icon" href="http://alexgalinier.com/static/images/alexgalinier-site-apple-icon_152x152.png?v=1.1"> <!-- 152x152 image--> | |
<!-- Chrome standalone web app config --> | |
<meta name="mobile-web-app-capable" content="yes"> | |
<link rel="icon" sizes="192x192" href="http://alexgalinier.com/static/images/alexgalinier-site-android-icon_192x192.png?v=1.1"> <!-- 192x192 image--> | |
<title>Site's Title</title> | |
<meta name="description" content="Site's description"> | |
<link rel="stylesheet" href="/css/site.css"> | |
</head> | |
<body> | |
<!-- JS Imports (must group and minify them for production) --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment