Skip to content

Instantly share code, notes, and snippets.

@homeyer
Created October 7, 2011 05:59
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 homeyer/1269569 to your computer and use it in GitHub Desktop.
Save homeyer/1269569 to your computer and use it in GitHub Desktop.
index.html for basic ExtJS 4 app
<html>
<head>
<link rel="stylesheet" type="text/css" href="resources/css/my-ext-theme.css">
<script type="text/javascript" src="extjs/ext.js"></script>
<script type="text/javascript" src="app.js"></script>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment