Refactor HTML and CSS styles

This commit is contained in:
Dede Fuji Abdul
2024-01-10 10:36:29 +07:00
parent 8228520851
commit e2f59f804e
3 changed files with 13 additions and 4 deletions

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="en" class="h-full bg-layout">
<html lang="en">
<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>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>