mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-26 14:27:34 +00:00
22 lines
504 B
HTML
22 lines
504 B
HTML
---
|
|
layout: page
|
|
permalink: /404.html
|
|
sidebar: false
|
|
feedback: false
|
|
body_id: not_found
|
|
---
|
|
<h2>Oh no! This page does not exist 😞</h2>
|
|
|
|
<div class='search404-container'>
|
|
<div id="search404"></div>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@docsearch/js@3/dist/umd/index.min.js"></script>
|
|
<script type="text/javascript">
|
|
docsearch({
|
|
container: '#search404',
|
|
appId: 'FBHBYS3J0U',
|
|
indexName: 'home-assistant',
|
|
apiKey: "{{ site.algolia.api_key }}",
|
|
});
|
|
</script> |