We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78296bb commit 89740b2Copy full SHA for 89740b2
app/templates/base.html
@@ -5,6 +5,7 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
6
<title>Meu Financeiro</title>
7
<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">
9
</head>
10
<body>
11
<div class="header">
0 commit comments