Merge pull request #44 from alexwholland/main

Add favicon
This commit is contained in:
Bhavanvir Rai
2023-04-23 12:12:44 -07:00
committed by GitHub
2 changed files with 1 additions and 0 deletions

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -3,6 +3,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="{% static 'images/favicon.png' %}">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marketscrape</title>