Added initial files

This commit is contained in:
gyurix
2023-05-23 18:18:36 +02:00
parent a57795594f
commit e2107f4725
69 changed files with 17370 additions and 0 deletions

14
files/index.html Executable file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>GALAXIS</title>
<style>
body {width: 35em;margin: 0 auto;font-family: Tahoma, Verdana, Arial, sans-serif;}
</style>
</head>
<body>
<h1>Local backend service deployed</h1>
<p>If you see this page, the nginx web server is successfully installed and working.</p>
</body>
</html>