FLO_Twitter/app/web/index.html
2019-05-20 20:22:41 +05:30

5 lines
92 B
HTML

<html>
<script type="text/javascript">
window.location.href = "home.html";
</script>
</html>