Skip to content

Instantly share code, notes, and snippets.

@Alexgalinier
Last active December 12, 2015 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alexgalinier/4707701 to your computer and use it in GitHub Desktop.
Save Alexgalinier/4707701 to your computer and use it in GitHub Desktop.
HTML: Starting file
<!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