blob: 235805cc0cb8c5a9a8a5a312e842ee29f8d81fa1 [file] [log] [blame]
{% extends "main.html" %}
{% block content %}
<center>
<h1>
<img alt="👻" class="twemoji" src="https://google.github.io/iree/ghost.svg" title=":ghost:">
404 - Not found
<img alt="👻" class="twemoji" src="https://google.github.io/iree/ghost.svg" title=":ghost:">
</h1>
<p>Sorry, we couldn't find that page.</p>
<p>Click <a href="{{ config.site_url }}">here</a> to go back to the home page.</p>
</center>
{% endblock %}
{% block disqus %}{% endblock %}