mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-21 08:20:24 +00:00
33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>jQuery Mobile Framework - Fetch links</title>
|
|
<link rel="stylesheet" href="../../../css/themes/default/" />
|
|
<link rel="stylesheet" href="../../_assets/css/jqm-docs.css"/>
|
|
<script src="../../../js/jquery.js"></script>
|
|
<script src="../../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
|
<script src="../../_assets/js/jqm-docs.js"></script>
|
|
<script src="../../../js/"></script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page">
|
|
<div data-role="content" class="quote">
|
|
|
|
<blockquote>
|
|
“Things which are different in order simply to be different are seldom better, but that which is made to be better is almost always different.”
|
|
</blockquote>
|
|
<em>— Dieter Rams</em>
|
|
|
|
<a href="#quote-viewer" data-role="button" data-target="#quote-viewer" data-fragment="#quote-intro" data-icon="delete" data-iconpos="notext" class="quote-close">Close</a>
|
|
|
|
|
|
</div><!-- /content -->
|
|
</div><!-- /page -->
|
|
|
|
|
|
</body>
|
|
</html>
|