-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 1.91 KB
/
index.html
File metadata and controls
50 lines (50 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Project JavaScript String Methods</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<h1>Some piece of The Script Song</h1>
<h2>No Good in Goodbye</h2>
<p>
Where's the <span class="output" id="output">"..."</span> in "goodbye"?
<br />
Where's the <span class="output" id="output2">"..."</span> in "nice try"?
<br />
Where's the <span class="output" id="output3">"..."</span> in "trust"
gone? <br />
Where's the "soul" in "soldier on"? <br />
Now I'm the "low" in "lonely" <br />
'Cause I don't own you only <br />
I can <span class="output" id="output4">"..."</span> this mistake <br />
But I can't take the ache from heartbreak <br />
<br />
No, I can't take the ache from heartbreak <br />
<br />
No matter how it falls apart <br />
There's an <span class="output" id="output5">"..."</span> in breaking
hearts <br />
But there's no fair in farewell, no <br />
And when I see you in the street <br />
I pray to God you don't see <br />
The silent "hell" in "I wish you well. <br />
<br />
</p>
<button onclick="generate()">Generate</button>
<p class="credit">
Lagu : No Good in Goodbye <br />
Artis : The Script <br />
Penulis : Mark Sheehan, Danny O’Donoghue, James Barry <br />
Dilisensikan ke
<a href="https://www.youtube.com/watch?v=ho9xM9n2USA">YouTube</a> oleh SME
(atas nama Sony Music Entertainment); UBEM, Kobalt Music Publishing, BMI -
Broadcast Music Inc., UMPI, AMRA, ASCAP, LatinAutor - UMPG, LatinAutor,
dan 16 Komunitas Hak Musik
</p>
<script src="/index.js"></script>
</body>
</html>