MsChabane commited on
Commit
ae2aa09
·
verified ·
1 Parent(s): cdbc8d2

add font awesome

Browse files
Files changed (1) hide show
  1. 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="static/styles/all.min.css" />
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