JavaScript
<script type="text/javascript"> window.location.href = "http://example.com";</script>
Meta tag
<meta http-equiv="refresh" content="0;url=http://example.com">
<script type="text/javascript"> window.location.href = "http://example.com";</script>
<meta http-equiv="refresh" content="0;url=http://example.com">