Theme for twister
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

42 lines
1.2 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>twister</title>
<meta name="viewport" content="width=device-width, user-scalable=no"/>
<link rel="stylesheet" href="css/jquery.mobile-1.3.2.min.css" />
<script src="jquery-1.9.1.min.js"></script>
<script src="jquery.mobile.router.min.js"></script>
<script>
$(document).bind('mobileinit', function () {
$.mobile.allowCrossDomainPages = true;
$.mobile.zoom.enabled = false;
$.mobile.buttonMarkup.hoverDelay = 0; //defaults 200
$.mobile.defaultDialogTransition = 'none';
$.mobile.defaultPageTransition = 'none';
});
</script>
<script src="jquery.mobile-1.3.2.min.js"></script>
<link rel="icon" type="image/png" href="img/twister_mini.png" />
</head>
<body>
<div id="index" data-role="page">
<div data-role="header" data-position="fixed" data-nobackbtn="true">
<h1 class="rtitle">twister</h1>
</div>
<div class="content" data-role="content" style="">
<a href="home.html" data-role="button" rel="external">Desktop</a>
<a href="tmobile.html#home" data-role="button" rel="external">Mobile (test version)</a>
</div>
</div>
</body>
</html>