12 lines
168 B
HTML
12 lines
168 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Services - redirect</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
window.location.href = '/services/vps';
|
|
</script>
|
|
</body>
|
|
</html>
|