mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-30 10:54:44 +00:00
fixed page title
This commit is contained in:
parent
633a0903be
commit
963bde4005
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>jQuery Mobile Docs - Buttons</title>
|
||||
<title>jQuery Mobile Docs - Pages</title>
|
||||
<link rel="stylesheet" media="only all" href="css/all" />
|
||||
<script type="text/javascript" src="js/all"></script>
|
||||
<script type="text/javascript" src="docs/docs.js"></script>
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
<div data-role="page">
|
||||
|
||||
<div data-role="header">
|
||||
<h1>Theming buttons</h1>
|
||||
<h1>Theming pages</h1>
|
||||
</div><!-- /header -->
|
||||
|
||||
<div data-role="content" class="ui-body">
|
||||
|
|
|
|||
Loading…
Reference in a new issue