-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_head.shtml
More file actions
50 lines (36 loc) · 1.37 KB
/
_head.shtml
File metadata and controls
50 lines (36 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="ru">
<head>
<title>Leventime</title>
<meta charset="utf-8">
<link href="/css/default.css" rel="stylesheet">
<link href="/favicon.png" rel="apple-touch-icon-precomposed">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=960">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.leventime.com/">
<meta property="og:title" content="Leventime">
<meta property="og:description" content="Участвуй в тестировании и получи новый сверхбыстрый безупречный смартфон">
<meta property="og:image" content="https://www.leventime.com/images/ogimage.jpg">
</head>
<body>
<header class="header">
<div class="header__top">
<div class="center flexbox">
<a class="header__logo" href="/" title="Открой мир заново">
<img src="/images/logo.png" srcset="/images/logo@2x.png 2x" alt="Leventime">
</a>
<div class="lang-toggle flexbox__end">
<ul class="lang-toggle__box">
<li class="lang-toggle__item lang-toggle__item--active">
<span class="lang-toggle__text">Ru</span>
</li>
<li class="lang-toggle__item">
<a href="/" class="lang-toggle__text">En</a>
</li>
</ul>
<i class="ico ico--arrow-down"></i>
</div>
</div>
</div>
</header>