Custom 404 Page
Custom 404 Page
In Flowershow, you have the flexibility to create custom 404 pages for handling broken pages or links.
To create a custom 404 page, follow these steps:
-
Navigate to the
content
folder in your project. -
Create a new file named
404.md
within thecontent
folder. -
Customize the content of the
404.md
file to create your desired 404 page. You can use HTML or Markdown syntax to structure and style your page.
Example:
# 404
<h1>Page Not Found</h1>
<p>Sorry, the page you are looking for does not exist. Please check the URL or navigate back to the home page.</p>