Skip to content

Commit

Permalink
fixes absolute pathing for favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed Jul 27, 2023
1 parent a979c81 commit 24677de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<title>LumenPnP Config Tool</title>
<link rel="stylesheet" href="style.css">
<script src="script.js" type="module"></script>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="output"></div>
Expand Down

0 comments on commit 24677de

Please sign in to comment.