Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / examples / personel-review / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5   <title>Personel Review</title>  
6   
7   <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8   <script type="text/javascript" src="../../bootstrap.js"></script>
9   <script type="text/javascript" src="reviewapp.js"></script>
10   <style type="text/css">
11     .add {
12         background-image:url(images/add.png) !important;
13     }
14     </style>  
15 </head>
16 <body></body>
17 </html>