-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>twtw at github</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" rel="stylesheet" />
<script src="//code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js" type="text/javascript"></script>
<script src="//rawgit.com/shyiko/lorem/master/src/library/lorem.js" type="text/javascript"></script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1 class="lorem_w"></h1>
</div>
<div data-role="content">
<p class="lorem_p3"></p>
<ul data-filter="true" data-inset="true" data-role="listview">
<li>
<a href="https://stackoverflow.com/questions/17341122/link-and-execute-external-javascript-file-hosted-on-github">gitraw</a>
</li>
</ul>
</div>
<div data-role="footer">
<a href="http://demos.jquerymobile.com/1.2.1/docs/about/getting-started.html">Quick start guide</a>
</div>
</div>
<script>
(function($){
$('body').ipsum();
}(jQuery));
</script>
</body>
</html>