Skip to content

Commit

Permalink
add favicon to html
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Feb 15, 2024
1 parent f8240d6 commit b1b3a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ echo "<!DOCTYPE html>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />
<link rel=\"stylesheet\" href=\"style.css\" />
<link rel=\"icon\" href=\"favicon.ico\" />
<title>1st | acmcsufoss</title>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="stylesheet" href="style.css" />
<link rel="icon" href="favicon.ico" />
<title>1st | acmcsufoss</title>
</head>
<body>
Expand Down

0 comments on commit b1b3a38

Please sign in to comment.