Skip to content

Instantly share code, notes, and snippets.

@troscoe
Created September 4, 2013 18:38
Show Gist options
  • Save troscoe/6440988 to your computer and use it in GitHub Desktop.
Save troscoe/6440988 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
${ti_header}
<title>${project_name | h,trim}</title>
<meta name="description" content="${app_description | h,trim}">
<meta name="author" content="${app_publisher | h,trim}">
<meta name="generator" content="${ti_generator | h,trim}">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta http-equiv="cleartype" content="on">
<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">
<meta name="apple-mobile-web-app-status-bar-style" content="${ti_statusbar_style | h,trim}">
<link rel="apple-touch-icon-precomposed" sizes="114×114" href="apple-touch-icon-114×114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72×72" href="apple-touch-icon-72×72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<link rel="apple-touch-startup-image" href="Default-Landscape.jpg" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)">
<link rel="apple-touch-startup-image" href="Default-Portrait.jpg" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)">
<link rel="apple-touch-startup-image" href="Default.jpg" media="screen and (max-device-width: 320px)">
<script src="titanium/AIRAliases.js"></script>
<style>${ti_css}</style>
</head>
<body>
<div id="splash">${splash_screen}</div>
<script>${ti_js}</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment