Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/Fan_Poll.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>World cup 2022</title>
<title>World cup 2023</title>
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="{{url_for('static', filename='css/Fan_Poll.css')}}" />
{% endblock %}
Expand Down
4 changes: 2 additions & 2 deletions templates/fixtures.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>World cup 2022</title>
<title>World cup 2023</title>
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="{{url_for('static', filename='css/fixtures.css')}}" />
{% endblock %}
Expand Down Expand Up @@ -39,4 +39,4 @@ <h4 class="match-time">{{ fixture.time }}</h4>
</div>
{% endfor %}
</div>
{% endblock %}
{% endblock %}
4 changes: 2 additions & 2 deletions templates/standings.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block head %}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>World cup 2023</title>
<link rel="stylesheet" href="{{url_for('static', filename='css/standings.css')}}">
{% endblock %}
{% block body %}
Expand Down Expand Up @@ -65,4 +65,4 @@ <h3 class="standings__subtitle">
</tbody>
</table>
</section>
{% endblock %}
{% endblock %}