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

12 lines
286 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>