Create a static webpage with a contact form on Github pages
What are GitHub pages?
GitHub pages allow you to host a website directly from your GitHub repository. It can host static websites that take HTML, CSS, and JavaScript files straight from your GitHub repository. It cannot execute server-side code like ...
charalambos.hashnode.dev3 min read