Dashboard_Admin_Sys/index.html
Guillaume DENIS 2fb3621053 refactor: rename directories to kebab-case and clean up project structure
Rename CMDB -> cmdb (submodule), GENERATEUR_CERTIFICATES -> cert-generator, GENERATEUR_SWITCH -> switch-config

Remove deleted CMDB files, switch config examples, proxy.sh, and pycache artifacts
Update all internal path references across HTML, JS, and Python files
2026-07-04 17:55:56 +02:00

11 lines
231 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=cmdb/cmdb.html">
<title>CMDB</title>
</head>
<body>
<a href="cmdb/cmdb.html">Redirection vers la CMDB…</a>
</body>
</html>