feat: Services pages
This commit is contained in:
11
src/services/index.html
Normal file
11
src/services/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Services - redirect</title>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
window.location.href = '/services/vps';
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user