this repo has no description

i did the meme lol

+2 -2
introtohtml/background.jpg

This is a binary file and will not be displayed.

introtohtml/background.webp

This is a binary file and will not be displayed.

introtohtml/image.jpg

This is a binary file and will not be displayed.

introtohtml/image.webp

This is a binary file and will not be displayed.

+1 -1
introtohtml/index.html
··· 33 33 src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:tas6hj2xjrqben5653v5kohk/bafkreick5kz3zayodnxjpuqlwnhn2gpdft5t6m5fqcscq26r3xv675ccsa@jpeg" 34 34 width="500" 35 35 /> 36 - <img src="./image.jpg" width="400" /> 36 + <img src="./image.webp" width="400" /> 37 37 38 38 <h3>things i like</h3> 39 39 <ul style="list-style-type: square">
+1 -1
introtohtml/styles.css
··· 4 4 5 5 body { 6 6 background-color: cadetblue; 7 - background-image: url("background.jpg"); 7 + background-image: url("background.webp"); 8 8 background-attachment: fixed; 9 9 background-repeat: no-repeat; 10 10 background-position: center;