28 lines
1.0 KiB
HTML
28 lines
1.0 KiB
HTML
{% load static %}
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>AerBim</title>
|
|
<link rel="stylesheet" href="{% static "aerbimCSS.css" %}">
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<div class="cut-width">
|
|
<div class="left_part_header">
|
|
<img src="{% static "images/logo.svg" %}" class="logo_header">
|
|
</div>
|
|
<div class="right_part_header">
|
|
<span class="text_header">Поддержка</span>
|
|
<span class="text_header last_left">Контакты</span>
|
|
<div class="splitter_text_header"></div>
|
|
<select class="language_select">
|
|
<option>RU</option>
|
|
<option>EN</option>
|
|
</select>
|
|
<span class="text_header last_right orange">Личный кабинет</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |