web-apps/vendor/touch/index.html

14 lines
286 B
HTML
Raw Normal View History

2016-03-11 00:48:53 +00:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="1;url=examples/">
<title>Welcome to Sencha Touch 2</title>
<script type="text/javascript">
2016-09-14 12:04:28 +00:00
window.location = "examples/";
2016-03-11 00:48:53 +00:00
</script>
</head>
<body></body>
</html>