-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.htm
46 lines (40 loc) · 1.56 KB
/
Home.htm
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
<!DOCTYPE HTML>
<html>
<head>
<link href="homeStyle.css" rel="stylesheet" type="text/css">
<title>@JYPETWICE</title>
</head>
<body>
<div class="background">
<img src="c1.jpg" id="loa"/>
<img src="cheerup.jpg" id="cheerup"/>
<img src="likey.jpg" id="TT"/>
<img src="heartshaker.jpg" id="signal"/>
<img src="whatislove.jpg" id="likey"/>
<img src="dtna.jpg" id="heartshaker"/>
<img src="yoy.jpg" id="whatislove"/>
<img src="tbtied.jpg" id="dtna"/>
<img src="fancy.jpg" id="yoy"/>
<img src="c4.jpg" id="tbtied"/>
<img src="twice.jpg" id="fancy"/>
<div class="text">
<div class="dropdown">
<button class="dropbtn"> @JYPETWICE</button>
<div class="dropdown-content">
<a href="http://www.twitter.com/JYPETWICE" target="_blank">Twitter </a>
<a href="https://www.youtube.com/channel/UCzgxx_DM2Dcb9Y1spb9mUJA" target="_blank"> Youtube</a>
<a href="https://www.facebook.com/JYPETWICE/" target="_blank"> Facebook </a>
<a href="http://www.instagram.com/twicetagram" target="_blank"> Instagram </a>
<a href="https://channels.vlive.tv/EDBF/home" target="_blank"> V-Live </a>
</div>
</div>
<ul class="nav">
<li><a href="">Home</a></li>
<li><a href=MeetTheMembers.html>Meet the Members</a></li>
<li><a href="AlbumList.htm">Album List</a></li>
<li><a href="Gallery.htm">Gallery</a></li>
</ul>
</div>
</div>
</body>
</html>