-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
39 lines (38 loc) · 1.55 KB
/
services.html
File metadata and controls
39 lines (38 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<div id = "head"> </div>
<body id="sevb">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="script.js"></script>
<div id = "bar"> </div>
<div class="space"> </div>
<div id="forum">
<form action="https://formspree.io/ibiramontes.student@hsfi.us"
method="POST">
<h1 id="cnt"> Contact me! </h1>
<label> First Name </label>
<input type="text" name="name">
<br> </br>
<label> Last Name</label>
<input type="text" name= "name>
<br> </br>
<label> Your Email </label>
<input type="email" name="_replyto">
<br> </br>
<label> Age </label>
<input type="text" name="name">
<br> </br>
<p> What are your current eating habits? </p>
<input class="form-control type="text" name="name">
<p> What are your current concerns? </p>
<input class="form-control type="text" name="name">
<p> Are there any diseases that may impact your diet? (ex: Diabetes,Crohns,etc.) </p>
<input class="form-control type="text" name="name"
<p> Is there any other info you want to provide? </p>
<input class="form-control type="text" name="name">
<br> </br>
<input id= "button" type="submit" value="Send">
</form>
</div>
</body>
</html>