html代码
<head>
<meta http-equiv="refresh" content="0; url= http://shuai.be" />
</head>

php 代码
<?php
header('Location: http://shuai.be');
?>

asp 代码
< %
response.redirect "http://shuai.be"
%>

js代码
<script language="javascript">
location.href ('http://shuai.be")
</script>