Not found
Here's an example "not found" (404) page that you can use.
Create a new page in Bludit and give it a title, like "Uh oh" or "404". Change the content editor to HTML mode and paste this into the editor:
<p> </p>
<p> </p>
<p> </p>
<div class="w-100 text-center">
<p class="h2 text-bg-danger p-3 rounded-2 d-inline-block">
404 | Not found</p>
<p class="text-center">
That page doesn't seem to exist.<br/>
Sorry for the inconvenience.</p>
</div>
<p> </p>
<p> </p>
<p> </p>
📅August 20, 2024