Skip to content

Commit

Permalink
Added favicon in the title
Browse files Browse the repository at this point in the history
  • Loading branch information
MehulAgg26 committed Feb 16, 2022
1 parent dbb21b4 commit 1307c7b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file removed static/images/home_bg.jpg
Binary file not shown.
Binary file removed static/images/home_bg1.jpg
Binary file not shown.
Binary file removed static/images/home_bg2.jpg
Binary file not shown.
4 changes: 3 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
<meta name="description" content="">
<meta name="author" content="">
<title>Abhedya 2.0</title>
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'images/favicon-32x32.png' %}">

<!-- Latest compiled and minified CSS -->
<link rel="shortcut icon" type="image/png" href="{% static 'pg.png' %}">
<!-- <link rel="shortcut icon" type="image/png" href="{% static 'pg.png' %}">-->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
Expand Down

0 comments on commit 1307c7b

Please sign in to comment.