html tags fixed
This commit is contained in:
parent
cd332636d5
commit
f02a3dcf8f
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta charset="UTF-8"/>
|
||||
<title>{{ title }}</title>
|
||||
<link type="text/css" rel="stylesheet" href="{{ cssFolderPath }}/main.css?v=1.07" media="all">
|
||||
<link type="text/css" rel="stylesheet" href="{{ cssFolderPath }}/fonts.css?v=1.07" media="all">
|
||||
<link type="text/css" rel="stylesheet" href="{{ cssFolderPath }}/normalize.css" media="all">
|
||||
<link type="text/css" rel="stylesheet" href="{{ cssFolderPath }}/main.css?v=1.07" media="all"/>
|
||||
<link type="text/css" rel="stylesheet" href="{{ cssFolderPath }}/fonts.css?v=1.07" media="all"/>
|
||||
<link type="text/css" rel="stylesheet" href="{{ cssFolderPath }}/normalize.css" media="all"/>
|
||||
</head>
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
<div class="header">
|
||||
<div class="search-block">
|
||||
<i class="icon-search"></i>
|
||||
<input type="text" placeholder="Поиск" data-relative-to-root-path="{{ relativeToRootPath }}">
|
||||
<input type="text" placeholder="Поиск" data-relative-to-root-path="{{ relativeToRootPath }}"/>
|
||||
<div class="typeahead-container typeahead-container--hide"><div class="typeahead-content"></div></div>
|
||||
</div>
|
||||
|
||||
<div class="logo">
|
||||
<img src="{{ imagesFolderPath }}/logo.png">
|
||||
<img src="{{ imagesFolderPath }}/logo.png"/>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue