root / javascriptzip / fancy.html @ 49b77086
History | View | Annotate | Download (1.1 kB)
| 1 | <html>
|
|---|---|
| 2 | <head>
|
| 3 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 4 | <link rel="stylesheet" type="text/css" href="ext/resources/css/ext-all.css"> |
| 5 | |
| 6 | <!-- Include here your own css files if you have them. -->
|
| 7 | <style type="text/css" media="screen"> |
| 8 | html body {
|
| 9 | width: 100%; height: 100%; |
| 10 | border: 0 none; margin: 0; padding: 0; |
| 11 | overflow: hidden; |
| 12 | position: relative; |
| 13 | } |
| 14 | </style>
|
| 15 | |
| 16 | <!-- First of javascript includes must be an adapter... -->
|
| 17 | <script type="text/javascript" src="ext/adapter/ext/ext-base.js"></script> |
| 18 | |
| 19 | <!-- ...then you need the Ext itself, either debug or production version. -->
|
| 20 | <script type="text/javascript" src="ext/ext-all-debug.js"></script> |
| 21 | |
| 22 | <!-- Include here your extended classes if you have some. -->
|
| 23 | |
| 24 | <!-- Include here you application javascript file if you have it. -->
|
| 25 | <script type="text/javascript" src="odf.js"></script> |
| 26 | |
| 27 | <title id="page-title">WebODF?</title> |
| 28 | </head>
|
| 29 | |
| 30 | <!-- You can leave the body empty in many cases, or you write your content in it. -->
|
| 31 | <body id='body' scroll='no'> |
| 32 | </body>
|
| 33 | </html>
|