aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/index.html')
-rw-r--r--frontend/src/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontend/src/index.html b/frontend/src/index.html
index 0079969e..1461c9ae 100644
--- a/frontend/src/index.html
+++ b/frontend/src/index.html
@@ -1,5 +1,6 @@
<!doctype html>
<html lang="en">
+
<head>
<meta charset="utf-8">
<title>Frontend</title>
@@ -10,8 +11,9 @@
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
+
<body class="mat-typography">
<app-root></app-root>
- <script src="node_modules/chart.js/src/chart.js"></script>
</body>
-</html>
+
+</html> \ No newline at end of file