adding more folders/files from site

This commit is contained in:
2023-01-22 20:32:16 +00:00
parent dfdc3ca2f0
commit fd40194b87
923 changed files with 91992 additions and 0 deletions

68
musictaste/index.html Normal file
View File

@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my vinyl collection</title>
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<style>
body {
background-color: #1c1e21;
}
margin: auto;
</style>
<h1 style="color:white">VINYLS</h1>
<table style=margin-left:auto;margin-right:auto;>
<tbody>
<tr>
<td><img width="300px" src="https://t2.genius.com/unsafe/409x409/https%3A%2F%2Fimages.genius.com%2Ff6cdcd8b1832d69eee495551a836defe.1000x1000x1.jpg"</img></td>
<td><img width="300px" src="https://t2.genius.com/unsafe/375x0/https%3A%2F%2Fimages.genius.com%2F8631a7d618b5f03a98d66acd4e47d30a.700x700x1.jpg"</img></td>
<td><img width="300px" src="https://t2.genius.com/unsafe/373x373/https%3A%2F%2Fimages.genius.com%2F7fb6c38ccaa9a4774d089d01b3a71f4c.1000x1000x1.jpg"</img></td>
<td><img width="300px" src="promare.png"</img></td>
</tr>
<tr>
<td><img width="300px" src="https://t2.genius.com/unsafe/409x409/https%3A%2F%2Fimages.genius.com%2F7d0d55bc0879faa98cdadbef8a19d211.1000x1000x1.png"</img></td>
<td><img width="300px" src="https://t2.genius.com/unsafe/375x0/https%3A%2F%2Fimages.genius.com%2Fefea6158dc39ad60f83e52b20e1245ae.999x999x1.jpg"</img></td>
<td><img width="300px" src="https://t2.genius.com/unsafe/375x0/https%3A%2F%2Fimages.genius.com%2F77e9525f23fce9612fe72d2cb43f2b34.1000x1000x1.jpg"</img></td>
<td><img width="300px" src="https://t2.genius.com/unsafe/375x0/https%3A%2F%2Fimages.genius.com%2F3f06209ed8ad509a003cab94a2a81f24.1000x1000x1.jpg"</img></td>
</tr>
<tr>
<td><img width="300px" src="https://t2.genius.com/unsafe/375x0/https%3A%2F%2Fimages.genius.com%2Fa816cd337cd278cc9ed82188de4f58a1.1000x1000x1.png"</img></td>
<td><img width="300px" src="https://f4.bcbits.com/img/a4238869426_10.jpg"</img></td>
<td><img width="300px" src="https://m.media-amazon.com/images/I/61wF-IIzQGL._AC_SL1500_.jpg"</img></td>
<td><img width="300px" src="https://m.media-amazon.com/images/I/71b3AcnBbrL._AC_SL1200_.jpg"</img></td>
</tr>
<tr>
<td><img width="300px" src="https://images.genius.com/ffa06c3ce8ea946089ebc6b8b64c881c.1000x1000x1.jpg"</img></td>
<td><img width="300px" src="https://m.media-amazon.com/images/I/71lix6+VfWL._AC_SL1425_.jpg"</img></td>
<td><img width="300px" src="https://t2.genius.com/unsafe/375x0/https%3A%2F%2Fimages.genius.com%2F152fec319304099325b4f00afccb5169.700x700x1.jpg"</img></td>
<td><img width="300px" src="https://t2.genius.com/unsafe/375x0/https%3A%2F%2Fimages.genius.com%2Fc9cbf5dc148430ba7247a60a6ff4fedb.1000x1000x1.jpg"</img></td>
</tr>
<tr>
<td><img width="300px" src="https://t2.genius.com/unsafe/288x288/https%3A%2F%2Fimages.genius.com%2Fba17e1498ec763a4931564127164640c.999x999x1.png"</img></td>
<td><img width="300px" src="https://m.media-amazon.com/images/I/A1DaPtkeBxL._AC_SL1500_.jpg"</img></td>
<td><img width="300px" src="https://m.media-amazon.com/images/I/81vr2WI+qeL._AC_SL1425_.jpg"</img></td>
<td><img width="300px" src="https://i.scdn.co/image/ab67616d0000b27318e5871b4499ba01baa14fe9"</img></td>
</tr>
</tbody>
</table>
<p><a style="color:#5d5f61" href="index.html">back</a></p>
</body>
</html>

11
musictaste/style.css Normal file
View File

@@ -0,0 +1,11 @@
/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
HTML content. To learn how to do something, just try searching Google for questions like
"how to change link color." */
body {
background-color: #89b8e2;
text-align: center;
color: black;
font-family: Arial;
}
margin: auto;