|
|
|
@ -15,14 +15,14 @@
|
|
|
|
|
</head> |
|
|
|
|
<body ontouchstart=""> |
|
|
|
|
<header class="bar bar-nav"> |
|
|
|
|
<a class="icon icon-left-nav pull-left" href="one.html" data-transition="slide-out"></a> |
|
|
|
|
<a class="icon icon-left-nav pull-left" href="/one.html" data-transition="slide-out"></a> |
|
|
|
|
<h1 class="title">Page two</h1> |
|
|
|
|
</header> |
|
|
|
|
<div class="content"> |
|
|
|
|
<div class="card"> |
|
|
|
|
<ul class="table-view"> |
|
|
|
|
<li class="table-view-cell"> |
|
|
|
|
<a href="one.html" data-transition="slide-out">Tap or click here to go back. You can also try your browser's back button.</a> |
|
|
|
|
<a href="/one.html" data-transition="slide-out">Tap or click here to go back. You can also try your browser's back button.</a> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|