14 lines
286 B
HTML
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>
|