Skip to content

Commit

Permalink
Merge pull request #14 from alchemicode/master
Browse files Browse the repository at this point in the history
fix favicon lol
  • Loading branch information
SomethingGeneric authored Nov 27, 2024
2 parents 6384735 + ac743b6 commit dadf4bd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"master"
]
}
2 changes: 1 addition & 1 deletion games.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head profile>
<title>alchemicode</title>
<link rel="icon" type="image/png" href="images/alchemi.png">
<link rel="icon" type="image/png" href="images/logos/alchemi.png">
<link rel="stylesheet" href="style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J13940R079">
Expand Down
2 changes: 1 addition & 1 deletion pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head profile>
<title>alchemicode</title>
<link rel="icon" type="image/png" href="images/alchemi.png">
<link rel="icon" type="image/png" href="images/logos/alchemi.png">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Google tag (gtag.js) -->
Expand Down
2 changes: 1 addition & 1 deletion privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head profile>
<title>alchemicode</title>
<link rel="icon" type="image/png" href="images/alchemi.png">
<link rel="icon" type="image/png" href="images/logos/alchemi.png">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Google tag (gtag.js) -->
Expand Down
2 changes: 1 addition & 1 deletion products.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head profile>
<title>alchemicode</title>
<link rel="icon" type="image/png" href="images/alchemi.png">
<link rel="icon" type="image/png" href="images/logos/alchemi.png">
<link rel="stylesheet" href="style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J13940R079">
Expand Down

0 comments on commit dadf4bd

Please sign in to comment.