<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Notes</title>
    <link rel="stylesheet" href="ext-2.0.2/resources/css/ext-all.css">

    <script src="ext-2.0.2/adapter/jquery/jquery.js"></script>
    <script src="ext-2.0.2/adapter/jquery/ext-jquery-adapter.js"></script>

    <script src="ext-2.0.2/ext-all-debug.js"></script>
    <script>
    var viewport = new Ext.Viewport({id: 'viewport', layout: 'fit'});
    </script>
    <script src="notes.js"></script>
  </head>
  <body>

<div id="notes-app">

</div>

<script>
runNotesApp();
</script>

  </body>
</html>