Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -5,10 +5,10 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1">
|
6 |
<meta name="description" content="summary is a small web application that help users summarizing long documents.">
|
7 |
<title>summary</title>
|
8 |
-
<link href="
|
9 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
|
10 |
-
<link rel="stylesheet" href="
|
11 |
-
<link rel="stylesheet" href="
|
12 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
13 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.contentWindow.min.js"></script>
|
14 |
</head>
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1">
|
6 |
<meta name="description" content="summary is a small web application that help users summarizing long documents.">
|
7 |
<title>summary</title>
|
8 |
+
<link href="static/assets/favicon.png" rel="icon" type="image/png" sizes="16x16">
|
9 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
|
10 |
+
<link rel="stylesheet" href="static/css/style.css">
|
11 |
+
<link rel="stylesheet" href="static/assets/css/all.css">
|
12 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
13 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.contentWindow.min.js"></script>
|
14 |
</head>
|