Spaces:
Running
Running
Update templates/result.html
Browse files- templates/result.html +5 -2
templates/result.html
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
<html>
|
| 2 |
<head>
|
| 3 |
-
<
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
| 5 |
<title>Scraped Results</title>
|
| 6 |
</head>
|
| 7 |
<body>
|
|
|
|
| 1 |
<html>
|
| 2 |
<head>
|
| 3 |
+
<!-- Favicons -->
|
| 4 |
+
<link rel="icon" type="image/png" sizes="48x48" href="https://lovnishverma.in/favicon-48.png">
|
| 5 |
+
<link rel="icon" type="image/png" sizes="192x192" href="https://lovnishverma.in/android-chrome-192x192.png">
|
| 6 |
+
<link rel="apple-touch-icon" href="https://lovnishverma.in/apple-touch-icon.png">
|
| 7 |
+
<link rel="shortcut icon" href="https://lovnishverma.in/favicon.ico">
|
| 8 |
<title>Scraped Results</title>
|
| 9 |
</head>
|
| 10 |
<body>
|