mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-29 02:14:44 +00:00
Added type attribute to script tags and fixed footer comment
This commit is contained in:
parent
db1f51aeb2
commit
32056c6873
1 changed files with 5 additions and 5 deletions
|
|
@ -31,8 +31,8 @@
|
|||
<head>
|
||||
<title>Page Title</title>
|
||||
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css" />
|
||||
<script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
|
||||
<script src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
|
||||
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -73,8 +73,8 @@
|
|||
<head>
|
||||
<title>Page Title</title>
|
||||
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css" />
|
||||
<script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
|
||||
<script src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
|
||||
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
|
||||
<div data-role="footer">
|
||||
<h4>Page Footer</h4>
|
||||
</div><!-- /header -->
|
||||
</div><!-- /footer -->
|
||||
</div><!-- /page -->
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue