๐Ÿ“ฆ bevyengine / bevy-website

๐Ÿ“„ 404.html ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13{% extends "layouts/base.html" %}
{% block content %}
  <div class="fourohfour">
    <h1>404</h1>
    <p>Sorry, we couldn't find that page.</p>
    <img src="/assets/bevy_icon_dark.svg"
          alt="Bevy logo"
          width="176"
          height="130"
          class="invertable">
  </div>
{% endblock content %}