index.html 702 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <title>Kitchen Sink</title>
  5. <!-- Example -->
  6. <link rel="stylesheet" type="text/css" href="resources/css/sink.css" />
  7. <!-- Ext JS -->
  8. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-neptune.css" />
  9. <!-- GC -->
  10. <!-- <x-compile> -->
  11. <!-- <x-bootstrap> -->
  12. <script type="text/javascript" src="../../ext-all.js"></script>
  13. <!-- </x-bootstrap> -->
  14. <script type="text/javascript" src="../../ext-neptune.js"></script>
  15. <script type="text/javascript" src="app.js"></script>
  16. <!-- </x-compile> -->
  17. </head>
  18. <body></body>
  19. </html>