Commit 5048cb1b authored by Thomas Lechauve's avatar Thomas Lechauve

Remove mobile test html page

Try to have only one library for pc browser and mobile browser
parent 6391a573
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
<script type="text/javascript" src="{{url_for('static', filename='js/slapOs.js')}}"></script>
<title>Test Slapos</title>
</head>
<body>
<script type="text/javascript">
$.mobile.allowCrossDomainPages = true;
$.mobile.pushStateEnabled = false;
var s = new SlapOs();
s.request('GET', 'http://127.0.0.1:5000/request', null);
</script>
</body>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment