Skip to content

Commit

Permalink
fixed bg image and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Cate Carpenter committed Jun 14, 2022
1 parent 2725296 commit 668c094
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
Binary file added AC_Cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Fainted_ac.mp3
Binary file not shown.
Binary file added assets/Goodbye_ac.mp3
Binary file not shown.
Binary file added assets/ac_encourage.mp3
Binary file not shown.
Binary file added assets/beep._ac.mp3
Binary file not shown.
Binary file added assets/obtainfanfare_ac.mp3
Binary file not shown.
Binary file added assets/outfitswap_ac.mp3
Binary file not shown.
Binary file added assets/shocked_ac.mp3
Binary file not shown.
Binary file added assets/talking_ac.mp3
Binary file not shown.
Binary file added assets/wohoo_ac.mp3
Binary file not shown.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">

<head>
<link rel="shortcut icon" type="image/png" href="assets/favicon.png">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<meta charset="UTF-8">
<title>Soundboard Template</title>

Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Your Awesome Styling */

body {
background-image: url("assets/AC_Cover.jpg");
background-image: url("AC_Cover.jpg");
background-size: cover;
background-repeat: no-repeat;
}
Expand Down

0 comments on commit 668c094

Please sign in to comment.