mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-17 00:18:58 +00:00
21 lines
636 B
HTML
21 lines
636 B
HTML
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
|
<a href="{{ root_url }}/" class="site-title">
|
|
<img width='40' src='{{ root_url }}/demo/favicon-192x192.png'>
|
|
<span>{{ site.title }}</span>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
|
<nav>
|
|
{% include site/navigation.html %}
|
|
</nav>
|
|
|
|
<div class='search-container' style='display: none'>
|
|
<div class='search'>
|
|
<i class="icon-search"></i>
|
|
<input id='search' placeholder='Search the docs…'>
|
|
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|