Created
October 5, 2011 07:39
-
-
Save FlorianX/1263870 to your computer and use it in GitHub Desktop.
Die eigentliche App
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Spirit HTML5 App</title> | |
<meta charset="utf-8"/> | |
<!-- Import the libraries --> | |
<link rel="stylesheet" href="jquery.mobile.min.css" /> | |
<script src="jquery.min.js"></script> | |
<script src="jquery.mobile.min.js"></script> | |
<script src="textile.js"></script> | |
</head> | |
<body> | |
<!-- content goes here --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment