Delete index.html

This commit is contained in:
tips-of-mine
2025-06-16 17:27:49 +02:00
committed by GitHub
parent 2f4ce0c490
commit 4b0b6d5aac

View File

@ -1,14 +0,0 @@
<!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>