ciyidogan commited on
Commit
daaab38
·
verified ·
1 Parent(s): 3f6561f

Update flare-ui/src/index.html

Browse files
Files changed (1) hide show
  1. flare-ui/src/index.html +14 -13
flare-ui/src/index.html CHANGED
@@ -1,14 +1,15 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>Flare Administration</title>
6
- <base href="/">
7
- <meta name="viewport" content="width=device-width, initial-scale=1">
8
- <link rel="icon" type="image/x-icon" href="favicon.ico">
9
- <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
10
- </head>
11
- <body>
12
- <app-root></app-root>
13
- </body>
 
14
  </html>
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Flare Administration</title>
6
+ <base href="/">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
9
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
10
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
11
+ </head>
12
+ <body>
13
+ <app-root></app-root>
14
+ </body>
15
  </html>