PIU_proiect/src/services/index.html
2021-01-05 21:55:45 +02:00

12 lines
168 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Services - redirect</title>
</head>
<body>
<script>
window.location.href = '/services/vps';
</script>
</body>
</html>