web-apps/vendor/touch/index.html
2016-09-14 15:04:28 +03:00

14 lines
286 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="1;url=examples/">
<title>Welcome to Sencha Touch 2</title>
<script type="text/javascript">
window.location = "examples/";
</script>
</head>
<body></body>
</html>