To contribute to this repository, please fork then send pull request to it.
Make sure you can explain the changes in the description of the pull request
- 404 Pages should be placed in folder
/pages/
If your page required external script. place scripts in
/pages/js/
, and CSS inpages/css/
- Add your link of 404 Pages in the
<ul>
element ofindex.html
like the following
<ul class="pages-404">
<li><a href="your link">page's name</a></li>
</ul>