first styling & more content
This commit is contained in:
17
modules/contactForm.html
Normal file
17
modules/contactForm.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
</head>
|
||||
<body>
|
||||
<form action="https://api.janishutz.com/contact/fromDevelopment" method="post">
|
||||
<label for="name">Full name</label><br>
|
||||
<input type="text" name="name" id="name" placeholder="Your full name" required><br>
|
||||
<label for="mail">Your email address</label><br>
|
||||
<input type="email" name="mail" id="mail" placeholder="Your email address" required><br>
|
||||
<label for="name">Your message</label><br>
|
||||
<textarea name="name" id="name" placeholder="Your message" required minlength="50"></textarea><br>
|
||||
<input type="submit" value="Submit"><br>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
0
modules/footer.html
Normal file
0
modules/footer.html
Normal file
0
modules/nav.html
Normal file
0
modules/nav.html
Normal file
Reference in New Issue
Block a user