Skip to content

Commit 89740b2

Browse files
authored
Favicon
1 parent 78296bb commit 89740b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/templates/base.html

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
66
<title>Meu Financeiro</title>
77
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
8+
<link rel="icon" href="{{ url_for('static', filename='img/wallet.png') }}" type="image/png">
89
</head>
910
<body>
1011
<div class="header">

0 commit comments

Comments
 (0)