Skip to content

Instantly share code, notes, and snippets.

@joewood
Created March 3, 2013 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joewood/5077814 to your computer and use it in GitHub Desktop.
Save joewood/5077814 to your computer and use it in GitHub Desktop.
Mobile ready HTML page as an app
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>TypeScript HTML App</title>
<link rel="stylesheet" href="app.css" type="text/css" />
<script src="Scripts/require.js" data-main="Scripts/main.js"></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment