Skip to content

Commit

Permalink
Add a favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Jan 5, 2024
1 parent 4c24164 commit 1019f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
path: website/
deploy_github_pages:
name: Deploy to GitHub pages
if: ${{ github.event_name == 'push' }}
needs: ci
runs-on: ubuntu-latest
environment:
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Hashpass</title>
<link rel="icon" href="images/icon.png" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
</head>
<body>
Expand Down

0 comments on commit 1019f7e

Please sign in to comment.