Created
March 5, 2013 03:31
-
-
Save asus4/5087785 to your computer and use it in GitHub Desktop.
simple html5 temlate
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="ja"> | |
<head> | |
<title>Html5 templete</title> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
<meta name="apple-mobile-web-app-capable" content="yes"/> | |
<link rel="apple-touch-icon" href="img/icon.png"/> | |
</head> | |
<body> | |
<h1>simple html5 templete</h1> | |
<script type="text/javascript" src="js/main.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment