Skip to content

Commit

Permalink
Move assets
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDiBernardo committed Aug 26, 2024
1 parent 5971b87 commit e054648
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
Binary file added assets/sound/rock1.m4a
Binary file not shown.
Binary file added assets/sound/rock2.m4a
Binary file not shown.
Binary file added assets/sound/rock3.m4a
Binary file not shown.
Binary file added assets/sound/rock4.m4a
Binary file not shown.
Binary file added assets/sound/rock5.m4a
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<template id="rock-template">
<div class="rock">
<img src="./img/rock1.png" alt="Rock" />
<img src="./assets/img/rock1.png" alt="Rock" />
</div>
</template>
</body>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ body {
#scrollable-area {
width: 51200px;
height: 51200px;
background-image: url("./img/forest-tile-512x512.jpg");
background-image: url("./assets/img/forest-tile-512x512.jpg");
background-repeat: repeat;
display: grid;
grid-template-columns: repeat(auto-fill, 256px);
Expand Down

0 comments on commit e054648

Please # to comment.