annotate js/bt/DEMO/demofiles/demo-ajax.html @ 34:a9dc86da7be8

Change markup to be able to position more than one thing next to the library
author Franck Deroche <franck@defr.org>
date Fri, 18 Sep 2009 15:08:22 +0200
parents 0d557e6e73f7
children
rev   line source
eads@18 1 <html>
eads@18 2 <head>
eads@18 3 <title>The Ajax Demo Content</title>
eads@18 4 </head>
eads@18 5 <body>
eads@18 6 <p>This paragraph should be ignored</p>
eads@18 7 <div id="content">This content came from a separate html page.</div>
eads@18 8 </body>
eads@18 9 </html>