Добавил к станицам favicon

This commit is contained in:
Pro100ser
2020-03-18 12:24:25 +03:00
parent 48f4e8fac8
commit 23a83fdaa6
5 changed files with 4 additions and 0 deletions

BIN
static/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>jarvis</title> <title>jarvis</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename = './css/main.css') }}"> <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename = './css/main.css') }}">
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='./img/favicon.ico') }}">
</head> </head>
<body> <body>

View File

@@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>jarvis</title> <title>jarvis</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename = './css/main.css') }}"> <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename = './css/main.css') }}">
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='./img/favicon.ico') }}">
</head> </head>
<body> <body>

View File

@@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>jarvis</title> <title>jarvis</title>
<link rel="stylesheet" href="{{ url_for('static', filename = './css/main.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename = './css/main.css') }}">
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='./img/favicon.ico') }}">
</head> </head>
<body> <body>

View File

@@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>jarvis</title> <title>jarvis</title>
<link rel="stylesheet" href="{{ url_for('static', filename = './css/main.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename = './css/main.css') }}">
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='./img/favicon.ico') }}">
</head> </head>
<body> <body>