Skip to content

Commit e61bd13

Browse files
committed
Add ❤️ favicon
1 parent 788fc1e commit e61bd13

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

static/favicon.ico

79.2 KB
Binary file not shown.

templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<head>
33
<title>Fedora Loves Python</title>
44
<link href="{{ url_for('static', filename='style.css') }}" rel="stylesheet">
5+
<link href="{{ url_for('static', filename='favicon.ico') }}" rel="shortcut icon" type="image/x-icon">
56
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic&amp;subset=latin' rel='stylesheet' type='text/css'>
67
</head>
78
<body>

0 commit comments

Comments
 (0)