12 lines
272 B
HTML
12 lines
272 B
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta http-equiv="refresh" content="0;url=/neuvanilla.html">
|
||
<title>Vanilla Game – xXx Sphere</title>
|
||
</head>
|
||
<body>
|
||
<script>window.location.replace('/neuvanilla.html');</script>
|
||
</body>
|
||
</html>
|