mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 03:59:00 +00:00
13 lines
373 B
HTML
13 lines
373 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>
|