Created
November 27, 2014 08:22
-
-
Save weger/646beea86399d8ac64d1 to your computer and use it in GitHub Desktop.
html template for mobile
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> | |
<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