Files
local-backend/files/index.html
2023-05-23 18:18:36 +02:00

15 lines
314 B
HTML
Executable File

<!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>