13 lines
416 B
HTML
13 lines
416 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="h-full bg-layout">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/assets/images/pln.ico">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Executive Information System</title>
|
|
</head>
|
|
<body class="h-full ">
|
|
<div id="app" class="h-full"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html> |