Spaces:
Running
Running
add font awesome
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
<title>SmartDoc AI</title>
|
8 |
<link rel="stylesheet" href="static/styles/index.css" />
|
9 |
-
<link rel="stylesheet" href="
|
10 |
<link rel="stylesheet" href="static/styles/notification.css" />
|
11 |
</head>
|
12 |
|
|
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
<title>SmartDoc AI</title>
|
8 |
<link rel="stylesheet" href="static/styles/index.css" />
|
9 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" />
|
10 |
<link rel="stylesheet" href="static/styles/notification.css" />
|
11 |
</head>
|
12 |
|