

Contact 00
----------
Html contact form

--- Visit devspot ---
https://devspot.ca


--- files ---
root
  |
  |--> src
  |     |--> markup.html
  |     |--> script.js
  |     |--> style.css
  |
  |--> readme.txt


--- Usage ---
--> Copy the html markup in your project.

--> Insert both the CSS and JS files in your project
    <link rel="stylesheet" href="path_to_css_file">
    <script src="path_to_js_file"></script>

--> The form rely on font awesome to display icons, so make sure to insert the link in your project
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css">    





