This commit is contained in:
Kar
2025-03-24 08:51:52 +05:30
commit 7e412f33dc
46 changed files with 8576 additions and 0 deletions

14
public/form.html Normal file
View File

@@ -0,0 +1,14 @@
<!-- A hidden form for Netlify to parse and recognize -->
<form name="contact" netlify netlify-honeypot="bot-field" hidden>
<input type="text" name="name" />
<input type="email" name="email" />
<input type="tel" name="phone" />
<select name="subject">
<option value="Hardware Solutions">Hardware Solutions</option>
<option value="FOSS Support">FOSS Support</option>
<option value="Data Services">Data Services</option>
<option value="Custom Development">Custom Development</option>
<option value="Other">Other</option>
</select>
<textarea name="message"></textarea>
</form>