76c9bbd5ec0a0d9f6c8c31f14d994905483b36dd
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / tests / unit / navigation / base-tests / content / content-page-2.html
1 <!DOCTYPE html>
2 <html>
3         <head>
4         </head>
5 <body>
6         <div id="content-page-2" data-nstest-role="page">
7         <a href="content-page-1.html" class="cp1">Content Page 1</a>
8         <a href="../app-base/base-page-1.html" class="bp1">Base Page 1</a>
9         <a href="../../#internal-page-1" class="ip1">Internal Page 1</a>
10         <a href="../../#internal-page-2" class="ip2">Internal Page 2</a>
11       <img src="images/content-page-2.png">
12         </div>
13 </body>
14 </html>