Skip to content

Commit

Permalink
shortcut icon
Browse files Browse the repository at this point in the history
  • Loading branch information
j-o-e-d-o-e committed Feb 23, 2024
1 parent ad1ac93 commit 7465a76
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 121 deletions.
7 changes: 0 additions & 7 deletions docs/assets/cube.svg

This file was deleted.

File renamed without changes
File renamed without changes
Binary file removed docs/assets/icons/favicon.ico
Binary file not shown.
54 changes: 0 additions & 54 deletions docs/manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion gulp/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function css(cb) {
cb();
}
function assets(cb) {
gulp.src(['../v1/src/assets/**'])
gulp.src(['../v1/src/assets/*[1-9].svg', '../v1/src/assets/favicon.svg', '../v1/src/assets/icon.png'])
.pipe(gulp.dest('../docs/assets'))
cb();
}
Expand Down
54 changes: 0 additions & 54 deletions manifest.json

This file was deleted.

Binary file removed v1/src/assets/icons/favicon.ico
Binary file not shown.
7 changes: 2 additions & 5 deletions v1/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
<meta charset="utf-8"/>
<title>DICEWARS</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="assets/icons/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="mask-icon" href="https://github.githubassets.com/assets/pinned-octocat-093da3e6fa40.svg" color="#000000">
<link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png">
<link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg">
<link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">
<link rel="icon" href="assets/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="icon" href="assets/icon.png">
</head>
<body>
<div id="launch">
Expand Down

0 comments on commit 7465a76

Please sign in to comment.