Skip to content

Commit

Permalink
Favicon fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapo-luchini committed Sep 17, 2023
1 parent 1e9e5d7 commit 408efbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ASN.1 JavaScript decoder</title>
<link rel="stylesheet" href="index.css" type="text/css" id="theme-base">
<link rel="icon" type="image/png" sizes="192x192" href="favicon.svg">
<link rel="icon" type="image/svg+xml" sizes="192x192" href="favicon.svg">
</head>
<body>
<header>
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
FILES="
asn1.js oids.js defs.js base64.js hex.js int10.js dom.js rfcdef.js test.js tags.js
index.css index-dark.css index.js index.html
index.css index-dark.css index.js index.html favicon.svg
README.md LICENSE
updateOID.sh check.sh
examples
Expand Down

0 comments on commit 408efbc

Please sign in to comment.