Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 534 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 534 Bytes

Rules of Contributions

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

Precautions

  • 404 Pages should be placed in folder /pages/

If your page required external script. place scripts in /pages/js/, and CSS in pages/css/

  • Add your link of 404 Pages in the <ul> element of index.html like the following
<ul class="pages-404">
	<li><a href="your link">page's name</a></li>
</ul>