mirror of
https://github.com/the-spellman/sllord-info
synced 2024-12-22 23:24:58 -06:00
13 lines
314 B
HTML
13 lines
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>
|