-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (21 loc) · 921 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<title> Bibar Dashboard </title>
<base href="http://127.0.0.1:3000">
<script defer src="https://cdn.jsdelivr.net/npm/handlebars@latest/dist/handlebars.js" defer></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Material+Icons&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<script type="module" src="app-routing.js" defer></script>
<script type = "module" src="app.js" defer></script>
<!-- <script type="module" src="components/littable/littable.mjs"></script> -->
</head>
<body>
<snack-bar></snack-bar>
<div id="main"></div>
</body>
</html>