Skip to content

Instantly share code, notes, and snippets.

@weger
Created November 27, 2014 08:22
Show Gist options
  • Save weger/646beea86399d8ac64d1 to your computer and use it in GitHub Desktop.
Save weger/646beea86399d8ac64d1 to your computer and use it in GitHub Desktop.
html template for mobile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>html template for mobile</title>
<meta name="keywords" content=""/>
<meta name="description" content=""/>
<!-- https://github.com/h5bp/mobile-boilerplate -->
<meta name="viewport" content="width=device-width"/>
<!-- A collection of HTML element and attribute style-normalizations http://necolas.github.io/normalize.css/ -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css"/>
<!-- icon -->
<link rel="shortcut icon" href="img/favicon.ico"/>
<link rel="apple-touch-icon" href="img/touchicon.png"/>
</head>
<body>
body content
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment