добавил иконки на веб страницы

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-23 18:16:01 +03:00
parent 7d6c97ffc4
commit f2115d356e
17 changed files with 20 additions and 2909 deletions

View File

@@ -4,6 +4,8 @@
<head>
<meta charset="UTF-8">
<title>Редактирование тренера</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #0f1115;

View File

@@ -4,6 +4,8 @@
<head>
<meta charset="UTF-8">
<title>Тренеры</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #0f1115;

View File

@@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8">
<title>База</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #0f1115;

View File

@@ -4,6 +4,8 @@
<head>
<meta charset="UTF-8">
<title>Редактирование игрока</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #0f1115;

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Игроки</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #0f1115;

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Редактирование судьи</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #0f1115; --panel: #171a21; --panel-2: #1d222b; --border: #2b3240;

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Судьи</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #0f1115; --panel: #171a21; --panel-2: #1d222b; --border: #2b3240;

View File

@@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<title>Редактирование стадиона</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #0f1115;

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Стадионы</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #0f1115; --panel: #171a21; --panel-2: #1d222b; --border: #2b3240;

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Редактирование команды</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #0f1115; --panel: #171a21; --panel-2: #1d222b; --border: #2b3240;

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Команды</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #0f1115; --panel: #171a21; --panel-2: #1d222b; --border: #2b3240;

View File

@@ -7,6 +7,7 @@
<meta http-equiv="Expires" content="0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Загрузка проекта vMix</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<link rel="stylesheet" href="/static/styles.css?v=20260421_1" />
</head>
<body>

View File

@@ -5,7 +5,8 @@
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate, max-age=0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Вход</title>
<title>Вход в управлялку vMix под ЖФЛ</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #000000;

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,7 @@
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>ЖФЛ Управление vMix</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<link rel="stylesheet" href="/static/styles.css?v=20260421_4">
<style>

View File

@@ -6,6 +6,7 @@
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Выбор матча</title>
<link rel="icon" href="/static/smith.ico" type="image/x-icon">
<style>
:root {
--bg: #0f1115;

BIN
templates/smith.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB