Files
gestion-certificats2/index.html
2025-06-16 14:36:10 +02:00

14 lines
491 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/certificate-icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Certificate Management System</title>
<meta name="description" content="Modern certificate management system for PKI infrastructure" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>