123456789101112131415161718192021222324 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>{%= title %}</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <meta name="author" content="{%= author_name %}" />
- </head>
- <body>
- <p>The sample app contains three additional parts beyond Amber itself:</p>
- <ul style="width: 40ex">
- <li>The elements in <code>index.html</code>
- <code><body></code> tag.</li>
- <li><code>amber-contrib-jquery</code> module,
- providing jQuery and a wrapper over it.</li>
- <li><code>amber-contrib-web</code> module,
- providing <code>Web</code> package
- that allows for DOM manipulation
- and is inspired by Seaside.</li>
- </ul>
- </body>
- </html>
|