diff options
author | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-03-24 06:31:08 +0100 |
---|---|---|
committer | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-03-24 06:31:08 +0100 |
commit | 042482a1bbd6ea3460acf3d71bfe3ef64b05524a (patch) | |
tree | e79413f97a8c9f97c978b5048ab89278ab0e6a41 /frontend/src/index.html | |
parent | 0aa45260963dbf0a52726f791c3813928a1bcebc (diff) | |
parent | 1113f094ffee030fd9892deb7577927419860013 (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
# Conflicts:
# frontend/src/app/app.module.ts
Diffstat (limited to 'frontend/src/index.html')
-rw-r--r-- | frontend/src/index.html | 6 |
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 |