16 lines
586 B
HTML
Executable File

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=http://sunskimmer82.com:3000/">
<script type="text/javascript">
window.location.href = "http://sunskimmer82.com:3000/"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow this <a href='http://sunskimmer82.com:3000'>link to example</a>.
</body>
</html>