-
Notifications
You must be signed in to change notification settings - Fork 0
/
new.html
72 lines (63 loc) · 3.39 KB
/
new.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html lang='en'>
<head>
<title>Admin</title>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<!--===============================================================================================-->
<link rel='icon' type='image/png' href='images/icons/favicon.ico'/>
<!--===============================================================================================-->
<link rel='stylesheet' type='text/css' href='vendor/bootstrap/css/bootstrap.min.css'>
<!--===============================================================================================-->
<link rel='stylesheet' type='text/css' href='fonts/font-awesome-4.7.0/css/font-awesome.min.css'>
<!--===============================================================================================-->
<link rel='stylesheet' type='text/css' href='fonts/iconic/css/material-design-iconic-font.min.css'>
<!--===============================================================================================-->
<link rel='stylesheet' type='text/css' href='vendor/animate/animate.css'>
<!--===============================================================================================-->
<link rel='stylesheet' type='text/css' href='vendor/css-hamburgers/hamburgers.min.css'>
<!--===============================================================================================-->
<link rel='stylesheet' type='text/css' href='vendor/animsition/css/animsition.min.css'>
<!--===============================================================================================-->
<link rel='stylesheet' type='text/css' href='vendor/select2/select2.min.css'>
<!--===============================================================================================-->
<link rel='stylesheet' type='text/css' href='vendor/daterangepicker/daterangepicker.css'>
<!--===============================================================================================-->
<link rel='stylesheet' type='text/css' href='vendor/noui/nouislider.min.css'>
<!--===============================================================================================-->
<link rel='stylesheet' type='text/css' href='css/util.css'>
<link rel='stylesheet' type='text/css' href='css/main.css'>
<!--===============================================================================================-->
</head>
<body>
<div class='container-contact100'>
<div class='wrap-contact100'>
<form class='contact100-form validate-form' method='get' name='data' action='gettingdata.php'>
<span class='contact100-form-title'>
Question:<span class='contact100-form-titles'>
new
</span>
</span>
<span class='contact100-form-title'>
Question Description:<span class='contact100-form-titles'>
new
</span>
</span>
<span class='contact100-form-title'>
Sample Input:<span class='contact100-form-titles'>
new
</span>
</span>
<span class='contact100-form-title'>
Sample Output:<span class='contact100-form-titles'>
new
</span>
</span>
</form>
</div>
</div>
<!--===============================================================================================-->
<script src='js/main.js'></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src='https://www.googletagmanager.com/gtag/js?id=UA-23581568-13'></script>
</body>
</html>