Fixed W12
This commit is contained in:
parent
ee0715c3b2
commit
8680f03b91
19 changed files with 444 additions and 253 deletions
|
|
@ -1,11 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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>Document</title>
|
||||
{% extends "template.twig" %}
|
||||
|
||||
{% block title %}Импорт пользователей{% endblock %}
|
||||
{% block head %}
|
||||
{{ parent() }}
|
||||
<style>
|
||||
#imageDrop {
|
||||
display: flex;
|
||||
|
|
@ -18,8 +15,9 @@
|
|||
border-radius: 1rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<b>{{user.login}}</b> что-то ищет 🤔 <a href="/">На главную</a>
|
||||
<hr>
|
||||
<form action="/search" method="get">
|
||||
|
|
@ -46,5 +44,4 @@
|
|||
<p>Пусто</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue