-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathad.php
41 lines (31 loc) · 1.11 KB
/
ad.php
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
40
41
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<title>Contact Form | CodyHouse</title>
</head>
<body>
<form class="cd-form floating-labels" action=".php" method="post">
<input list="browsers"name="breakfast" required="required">
<datalist id="browsers">kg
<option value="1">kg
<option value="2">kg
<option value="3">
<option value="4">
<option value="5">
</datalist>
kg<br> <br>
<input type="submit" value="submit" class="submitClass"/>
</form><br><br><br><br>
</main>
<input type="submit" name="submit"value="submit">
</form>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/main.js"></script> <!-- Resource jQuery -->
</body>
</html>