Skip to content

Instantly share code, notes, and snippets.

@SFantasy
Created October 28, 2013 05:58
Show Gist options
  • Save SFantasy/7191996 to your computer and use it in GitHub Desktop.
Save SFantasy/7191996 to your computer and use it in GitHub Desktop.
HTML template
<!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