21 lines
658 B
HTML
21 lines
658 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
<meta
|
|
name="description"
|
|
content="Detailed description of your app for better SEO."
|
|
/>
|
|
<meta name="keywords" content="Specific, Keywords, Related, To, Your, App" />
|
|
<meta name="author" content="Igor Barcik - Biggy1606" />
|
|
<link rel="icon" href="/cmms_servimain_logo.png" type="image/x-icon" />
|
|
<title>Awesome App</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" async src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|