sllord-info/index.html

13 lines
314 B
HTML
Raw Permalink Normal View History

2024-07-08 18:32:51 +00:00
<!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>