12 lines
333 B
Plaintext
12 lines
333 B
Plaintext
<!doctype>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
|
|
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
|
|
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<%-body%>
|
|
</body>
|
|
</html>
|