-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex copy.html
More file actions
33 lines (29 loc) · 891 Bytes
/
index copy.html
File metadata and controls
33 lines (29 loc) · 891 Bytes
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
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url('images/dp.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
</head>
<body>
<h2>Background Stretch</h2>
<table width="1000" border="0" align="center" cellpadding= "15">
<tbody>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><p align="center"><iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="450" style="width:55%;max-width:660px;overflow:hidden;background:transparent;" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-storage-access-by-user-activation allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/us/album/sort-by-color-the-best-of-signal-path/1781106096"></iframe></p></td>
</tr>
</tbody>
</table>
</body>
</html>