-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathisc329.html
161 lines (99 loc) · 2.9 KB
/
isc329.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE hmtl>
<html>
<title> ISC Database Managment </title>
<head>
<body style="background-color:#F14622;">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<meta charset="utf-8">
<p>
<h1>
<big>
Team Scare
</big>
</h1>
<h2>
<small>
By Nirender Rathor, Christopher Wells, Scott Fox
</small>
</h2>
<ul>
<big>
<li> <a href="homepage.html"> Scareflix </a> </li>
</big>
</ul>
<style>
input[type=text] {
width: 20%;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
font-size: 14px;
background-color: white;
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
}
</style>
<form>
<input type="text" name="search" placeholder="Search by title or id">
</form>
<h3>
</small>
Please enter your Name and tell us how you heard about us
</small>
</h3>
<style>
input[type=text], select {
width:10%
color: white;
padding: 10px 10px;
margin: 4px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=submit] {
width: 10%
color: white;
padding: 10px 10px;
margin: 4px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=submit]:hover {
background-color: #45a049;
}
div {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
</style>
<body>
</div>
<form action="action_page.php">
<label for="fname"> First Name </label>
<input type="text" id="fname" name="firstname" placeholder="jack">
</form>
<form>
</label for=lname"> Last Name </label>
<input type="text" id="lname" name="lastname" placeholder="steveington">
</form>
<label for="country"> Like us on facebook and add us on snapchat or follow us on instagram</label>
<select id="country" name="country">
<option value="Instagram">Instagram</option>
<option value="Facebook">Facebook</option>
<option value="imbd">imbd</option>
<option value="Twitter"> Twitter </option>
</select>
<input type="submit" value="Submit">
</form>
</div>
</body>
</head>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</html>