Skip to content

Commit

Permalink
Initialize 'blank slate' for a ST2 app.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Dec 2, 2011
0 parents commit 298dbc7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Sencha Touch Starter Kit</title>
<link rel="stylesheet" href="http://dev.sencha.com/deploy/sencha-touch-2-pr2/resources/css/sencha-touch.css" type="text/css">
<link rel="stylesheet" href="app.css" type="text/css">

<script type="text/javascript" src="http://dev.sencha.com/deploy/sencha-touch-2-pr2/sencha-touch.js"></script>
<script type="text/javascript" src="app.js"></script>
</head>
<body></body>
</html>
12 changes: 12 additions & 0 deletions local.html
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Sencha Touch Starter Kit</title>
<link rel="stylesheet" href="touch/resources/css/sencha-touch.css" type="text/css">
<link rel="stylesheet" href="app.css" type="text/css">

<script type="text/javascript" src="touch/sencha-touch-all-debug.js"></script>
<script type="text/javascript" src="app.js"></script>
</head>
<body></body>
</html>
4 changes: 4 additions & 0 deletions touch/README.md
@@ -0,0 +1,4 @@
Installing Sencha Touch
-----------------------

Download the Sencha Touch v2.0 SDK from [here](http://www.sencha.com/products/touch/download/) and place (or symlink) the unzipped directory, renamed to <code>touch</code>, into this <code>lib</code> folder.

0 comments on commit 298dbc7

Please sign in to comment.