refactor: Move head to tmp
This commit is contained in:
parent
db3eb73bc0
commit
2b5cd9782f
@ -9,7 +9,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgb(0 0 0 / 85%);
|
background-color: rgb(225, 225, 225);
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,11 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head>
|
{% include 'head.html' %}
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
|
|
||||||
<script src="{{ url_for('static', filename='scripts/popup.js') }}"></script>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>Попакошька</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{% include 'header.html' %}
|
{% include 'header.html' %}
|
||||||
@ -27,3 +22,4 @@
|
|||||||
</div>
|
</div>
|
||||||
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
|
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head>
|
{% include 'head.html' %}
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>Попакошька</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{% include 'header.html' %}
|
{% include 'header.html' %}
|
||||||
@ -20,4 +16,5 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
<img class="helpimg" src="{{ url_for('static', filename='imgs/icon.png') }}">
|
<img class="helpimg" src="{{ url_for('static', filename='imgs/icon.png') }}">
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
7
templates/head.html
Normal file
7
templates/head.html
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
<head>
|
||||||
|
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
|
||||||
|
<script src="{{ url_for('static', filename='scripts/index.js') }}"></script>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Попакошька</title>
|
||||||
|
</head>
|
@ -1,12 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head>
|
{% include 'head.html' %}
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
|
<body>
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>Попакошька</title>
|
|
||||||
</head>
|
|
||||||
<body >
|
|
||||||
|
|
||||||
{% include 'header.html' %}
|
{% include 'header.html' %}
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -29,11 +24,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<img class="helpimg" src="{{ url_for('static', filename='imgs/icon.png') }}">
|
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- <img src="{{ url_for('static', filename='imgs/Madoka-Kaname.webp') }}"> -->
|
<!-- <img src="{{ url_for('static', filename='imgs/Madoka-Kaname.webp') }}"> -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -1,10 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head>
|
{% include 'head.html' %}
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>Попакошька</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{% include 'header.html' %}
|
{% include 'header.html' %}
|
||||||
@ -19,5 +15,14 @@
|
|||||||
<!-- <a href="">lfi</a>-->
|
<!-- <a href="">lfi</a>-->
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
<img class="helpimg" src="{{ url_for('static', filename='imgs/icon.png') }}">
|
|
||||||
</body>
|
<div id="popup-overlay">
|
||||||
|
<div id="popup">
|
||||||
|
<p class="simpletext">я попка кошки с подсказкой</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user