-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHomepage.html
More file actions
90 lines (78 loc) · 1.7 KB
/
Homepage.html
File metadata and controls
90 lines (78 loc) · 1.7 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
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
<html><head><style>
h1
{
color:white;
}
h2
{
color:white;
}
html
{
background-color:#3366FF
}
.format
{
display: inline;
margin-left:40px;
}
.format2
{
display: inline;
float: left;
margin-right:40px;
}
.format3
{
display: inline;
}
</style>
</head><body><center>
<h1>Filters</h1>
</center>
<div>
<h2 class="format">Hashtag 1:</h2>
<input type="text" name="hashtag1" value="" placeholder="#hashtag" class="format">
</div>
<div>
<h2 class="format">Hashtag 2:</h2>
<input type="text" name="hashtag1" value="" placeholder="#hashtag" class="format">
</div>
<div class="format2">
<ul>
<h2>Starting</h2>
<h2 class="format3">Month:</h2>
<input type="text" name="hashtag1" value="" placeholder=" Enter Month" class="format3">
</ul>
<ul>
<h2 class="format3">Year:</h2>
<input type="text" name="hashtag1" value="" placeholder="Enter Year" class="format3">
</ul>
</div>
<div class="format3">
<ul>
<h2>Ending </h2>
<h2 class="format3"> Month: </h2>
<input type="text" name="hashtag1" value="" placeholder=" Enter Month" class="format3">
</ul>
<ul>
<h2 class="format3"> Year: </h2>
<input type="text" name="hashtag1" value="" placeholder="Enter Year" class="format3">
</ul>
</div>
<br>
<div>
<h2 class="format">Mile Radius: </h2>
<input type="text" name="hashtag1" value="" placeholder="Enter Radius" class="format">
</div>
<br>
<div>
<h2 class="format">Cashtag 1:</h2>
<input type="text" name="hashtag1" value="" placeholder="$cashtag" class="format">
</div>
<div>
<h2 class="format">Cashtag 2:</h2>
<input type="text" name="hashtag1" value="" placeholder="$cashtag" class="format">
</div>
<center><h2 class="submit"><button>Submit </button></h2></center>
</body></html>