13 lines
224 B
Markdown
13 lines
224 B
Markdown
---
|
|
title: "404 - File not found"
|
|
layout: 404
|
|
description: ""
|
|
url: /404.html
|
|
robots: noindex,follow
|
|
sitemap_exclude: true
|
|
---
|
|
|
|
<div class="text-center py-5">
|
|
<h1 class="display-1">404</h1>
|
|
<h2>File not found</h2>
|
|
</div>
|