sllord-info/index.html
2024-07-08 13:32:51 -05:00

13 lines
No EOL
314 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://nodemixaholic.com">
<title>Redirect to discord</title>
</head>
<body>
<p>Redirecting to new site....</p>
<script>
document.location = "https://nodemixaholic.com"
</script>
</body>
</html>