Skip to content

Instantly share code, notes, and snippets.

@FlorianX
Created October 5, 2011 07:39
Show Gist options
  • Save FlorianX/1263870 to your computer and use it in GitHub Desktop.
Save FlorianX/1263870 to your computer and use it in GitHub Desktop.
Die eigentliche App
<!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