feat: add a dummy web UI served by nginx in a container
This commit is contained in:
parent
e605bf8603
commit
4bd3ab2d2d
5 changed files with 54 additions and 0 deletions
12
server/frontend/public/index.html
Normal file
12
server/frontend/public/index.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang='fr'>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||
<title>Simugaz WebUI</title>
|
||||
<link rel='stylesheet' href='/assets/css/main.css'>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, World!</h1>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue