elnafo/crates/elnafo-frontend/index.html

14 lines
462 B
HTML
Raw Permalink Normal View History

2024-03-14 19:23:05 +05:00
<!DOCTYPE html>
<html lang="en" class="h-full">
2024-03-14 19:23:05 +05:00
<head>
<meta charset="UTF-8">
<link rel="icon" href="/resources/assets/logo.svg">
2024-03-14 19:23:05 +05:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elnafo Dev</title>
2024-03-14 19:23:05 +05:00
</head>
<body class="h-full text-zinc-200 font-sans ">
<div id="app" class="flex flex-col h-full"></div>
2024-03-14 19:23:05 +05:00
<script type="module" src="src/main.ts"></script>
</body>
</html>