Created
October 7, 2011 05:59
-
-
Save homeyer/1269569 to your computer and use it in GitHub Desktop.
index.html for basic ExtJS 4 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
<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