15 lines
314 B
HTML
Executable File
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>
|
|
|