feat: Services pages

This commit is contained in:
Fándly Gergő
2021-01-05 21:55:45 +02:00
parent 4f62f859f7
commit d0fcc4392f
50 changed files with 820 additions and 375 deletions

11
src/services/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Services - redirect</title>
</head>
<body>
<script>
window.location.href = '/services/vps';
</script>
</body>
</html>