aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/index.html
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-03-28 21:37:28 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-03-28 21:37:28 -0400
commite1eb3f16e10042c2539b56d6c2d2e33f07abf7d9 (patch)
tree921b54a870974a30612b8b079bdfd55570326f42 /ufund-ui/src/index.html
parentfb4e2bc3eb66ca861eb8393ade21811e4510669a (diff)
downloadJellySolutions-e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9.tar.gz
JellySolutions-e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9.tar.bz2
JellySolutions-e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9.zip
Implement new dashboard and mini-need-list
Diffstat (limited to 'ufund-ui/src/index.html')
-rw-r--r--ufund-ui/src/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/ufund-ui/src/index.html b/ufund-ui/src/index.html
index 34fe4b0..b6ae1a2 100644
--- a/ufund-ui/src/index.html
+++ b/ufund-ui/src/index.html
@@ -1,17 +1,17 @@
<!doctype html>
<html lang="en">
<head>
- <meta charset="utf-8">
- <title>UfundUi</title>
- <base href="/">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" type="image/x-icon" href="favicon.ico">
+ <meta charset="utf-8">
+ <title>UfundUi</title>
+ <base href="/">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
-
+ <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
</head>
<body>
- <app-root></app-root>
+<app-root></app-root>
</body>
</html>