mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-21 06:40:59 +00:00
14 lines
439 B
HTML
14 lines
439 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div id="base-page-2" data-nstest-role="page">
|
|
<a href="base-page-1.html" class="bp1">Base Page 1</a>
|
|
<a href="../content/content-page-1.html" class="cp1">Content Page 1</a>
|
|
<a href="../../#internal-page-1" class="ip1">Internal Page 1</a>
|
|
<a href="../../#internal-page-2" class="ip2">Internal Page 2</a>
|
|
<img src="images/base-page-2.png">
|
|
</div>
|
|
</body>
|
|
</html>
|