Created
October 28, 2013 05:58
-
-
Save SFantasy/7191996 to your computer and use it in GitHub Desktop.
HTML template
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> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="keywords" content="type your keywords here" /> | |
<meta name="description" content="type your description here" /> | |
<meta id="viewport" name="viewport" | |
content="widht=device-width, user-scalable=yes, initial-scale=0.5" /> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<meta content="black" name="apple-mobile-web-app-status-bar-style" /> | |
<meta content="telephone=no" name="format-detection" /> | |
<title>Page Title</title> | |
<body> | |
<!--HTML body content here--> | |
<!--Common JavaScript file for the WAP site--> | |
<script src="WAP.js"></script> | |
<!--specified JavaScript file for the page--> | |
<script src="xxx.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment