Created
December 6, 2010 05:10
-
-
Save k33g/729906 to your computer and use it in GitHub Desktop.
Two columns iPad layout template for SenchaTouch (HTML : ipad-template.html)
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
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>SenchaTouch</title> | |
<link rel="stylesheet" href="sencha-touch.css" type="text/css"> | |
<script type="text/javascript" src="sencha-touch.js"></script> | |
<script type="text/javascript" src="ipad-template.js"></script> | |
</head> | |
<body></body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment