agreg-server/server/frontend/public/index.html

13 lines
301 B
HTML
Raw Normal View History

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