-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweare.html
70 lines (55 loc) · 1.64 KB
/
weare.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
<html>
<head>
<title>Sex bob-omb greatest hits</title>
</head>
<body>
<header>
<a href="./index.html"><img src="band-logo.jpg"></a>
<h1>Sex bob-omb</h1>
<h2>greatest hits</h2>
<hr>
<div>
<ul>
<li><a href="./garbage.html">Garbage Trunk</a></li>
<li><a href="./weare.html">We are sex-bob-omn</a></li>
<li><a href="./threshold.html">Threshold</a></li>
</ul>
</div>
</header>
<div>
<h2>Song's lyrics</h2>
<p><strong>Kim Pine: WE ARE SEX BOB-OMB!!! ONE-TWO-THREE-FOUR!</strong><br>
<p>Yeah Yeah <br>
Yeah yeah</p>
<p>Let me make your stasis<br>
My-my-my-my Serpentine<br>
I got a breathalyzer<br>
And my body's clean</p>
<p><strong>(Random Yelling)</strong></p>
<p>Yeah Yeah<br>
Yeah Yeah<br>
Yeah Yeah Yeah Yeah<br>
<strong>YEAH</strong></p><br>
<div>
<hr>
<form>
<h3>Enjoy the song? Rate it</h4>
<p>Please let us know how much you love it</p>
<p>=========</p>
<input type="radio" name="1star" value="1"> 1 star<br>
<input type="radio" name="2star" value="2"> 2 stars<br>
<input type="radio" name="3star" value="3"> 3 stars<br>
<input type="radio" name="4star" value="4"> 4 stars<br>
<input type="radio" name="5star" value="5"> 5 stars<br>
<p>=========</p>
name <input type="name" placeholder="your name">
| email <input type="email" placeholder="you@yourmail.com"><br><br>
<button name="submit">Rate!</button>
</form>
</div>
<div>
<hr>
<p>2018 for The Complete Web Developer course by <a href="https://www.udemy.com/the-complete-web-developer-in-2018" target="_blank">Andrei Neagoie</a>.</p>
</div>
</body>
</html>