Skip to content

Instantly share code, notes, and snippets.

@franzejr
Created June 11, 2012 00:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save franzejr/2907783 to your computer and use it in GitHub Desktop.
HTML for ExtJS
<!DOCTYPE html>
<html>
<head>
<title>Hello ExtJS4</title>
<!--styles-->
<link rel="stylesheet" type="text/css" href="http://cdn.sencha.io/extjs/4.1.0.b1/resources/css/ext-all.css">
<!--extjs 4.0.2-->
<script type="text/javascript" charset="utf-8" src="http://cdn.sencha.io/ext-4.1.0-gpl/ext-all.js"></script>
<!--app-->
<script type="text/javascript">
/* Put your ExtJS code here*/
</script>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment