Skip to content

Commit

Permalink
Fix Favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
HauseMasterZ committed Sep 28, 2023
1 parent 080e484 commit 260f384
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
<meta http-equiv="refresh" content="0; url=http://HauseMasterZ.github.io/swift-type/public/index.html" />
<!DOCTYPE html>
<html>

<head>
<link rel="icon" type="image/png" href="../static/icon/favicon-64x64.png">
<meta http-equiv="refresh" content="0;url=./public/index.html">
</head>

<body>
</body>

</html>
2 changes: 1 addition & 1 deletion src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="keywords" content="Swift Type, typing game, HauseMaster">
<title>Swift Type ~ HauseMaster</title>
<link rel="icon" type="image/png" href="../../static/icon/favicon-64x64.png">
<link rel="stylesheet" href="../styles/style.css" />
<link rel="icon" type="image/png" href="../../static/icon/favicon-64x64.png">
</head>

<body class="dark">
Expand Down

0 comments on commit 260f384

Please sign in to comment.