|
|
@ -0,0 +1,27 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<meta charset="utf-8" /> |
|
|
|
<title>Up and Running with jQuery Mobile</title> |
|
|
|
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css"> |
|
|
|
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script> |
|
|
|
<script type="text/javascript" src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
<div data-role="page" id="deleted" data-title="Book deleted" data-add-back-btn="true" data-back-btn-theme="b"> |
|
|
|
<div data-role="header"> |
|
|
|
<h1>Book deleted</h1> |
|
|
|
</div> |
|
|
|
<div data-role="content"> |
|
|
|
<p>Your book was deleted.</p> |
|
|
|
<p>You can go back using the header's button, <a href="ch01_07-0.html">clicking here</a> |
|
|
|
or using your browser's back button.</p> |
|
|
|
</div> |
|
|
|
<div data-role="footer"> |
|
|
|
<h4>O'Reilly store</h4> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html> |