-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
29 lines (26 loc) · 1.01 KB
/
main.html
File metadata and controls
29 lines (26 loc) · 1.01 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
<!doctype html>
<html>
<head>
</head>
<body style="background-image: url(https://images.unsplash.com/photo-1523821741446-edb2b68bb7a0?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxleHBsb3JlLWZlZWR8N3x8fGVufDB8fHx8fA%3D%3D);
background-repeat: no repeat;
background-size:cover;
background-attachment: fixed;">
<h1 style="text-align: center; font-size: 50px; color: blue;"><i><ins>MUSIC</ins></i></h1><hr>
<table>
<tr>
<th style="font-size: 30px; color: white;">Jay Chou</th>
</tr><br>
<a href="jay.html">
<img src='jay-album-cover.jpg' width='500px' height='500px'>
</a>
</table><hr>
<a href='chain.html'>
<img src="https://people.com/thmb/uGRmMIG_FRvs2xWoRQgB9xVAnSM=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc():focal(509x139:511x141)/Chainsmokers-1c84680e68734c288546fffdb5d687fd.jpg" width='500px' height='400px'>
</a>
<h1 style="color: white">The Chainsmokes</h1><hr>
<p style="color: rgb(38, 213, 240); position: fixed; bottom: 0; right: 0;">
<i>Made by Dennis Lyu</i>
</p>
</body>
</html>