[879b32]: / qiita_pet / templates / 404.html

Download this file

5 lines (4 with data), 82 Bytes

1
2
3
4
{%extends sitebase.html%}
{%block content%}
<h1>404: Page not found!</h1>
{%end%}