mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-01 11:24:42 +00:00
14 lines
446 B
HTML
14 lines
446 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div id="content-page-1" data-nstest-role="page">
|
|
<a href="content-page-2.html" class="cp2">Content Page 2</a>
|
|
<a href="../app-base/base-page-1.html" class="bp1">Base 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/content-page-1.png">
|
|
</div>
|
|
</body>
|
|
</html>
|