refactor: Move head to tmp
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
|
||||
<meta charset="UTF-8">
|
||||
<title>Попакошька</title>
|
||||
</head>
|
||||
{% include 'head.html' %}
|
||||
<body>
|
||||
|
||||
{% include 'header.html' %}
|
||||
@@ -19,5 +15,14 @@
|
||||
<!-- <a href="">lfi</a>-->
|
||||
</nav>
|
||||
</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>
|
||||
Reference in New Issue
Block a user