Static single-page site for Knight Rider Consulting, ready for Netlify.
index.html— primary landing page with inline CSS and Netlify contact formthanks.html— post-submit confirmation pagenetlify.toml— publish directory and basic security headers
The contact form is configured with:
<form
name="contact"
method="POST"
data-netlify="true"
netlify-honeypot="bot-field"
action="/thanks.html"
></form>Deploy the repository/folder to Netlify with publish directory .. Netlify will detect the form during deploy and capture submissions under Forms → contact.