2019-04-09 06:01:21 +02:00
|
|
|
<!doctype>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
|
2019-04-10 05:01:19 +02:00
|
|
|
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
|
|
|
|
|
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
|
2019-04-09 06:01:21 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<%-body%>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|