Created the index.html

This commit is contained in:
Mathias Wagner 2023-04-08 18:05:27 +02:00
parent 7fd56beb10
commit 7ecee2cd78
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LicenseAPI Dashboard</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>