Skip to content

Commit

Permalink
Fix favicon for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
1-max-1 committed Jan 17, 2023
1 parent 5bb46ad commit 58df92a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WASMSerialTerminal/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<link href="manifest.json" rel="manifest" />
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />

<!-- Needed to display favicon in github pages -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">

<link rel="stylesheet" href="_content/Radzen.Blazor/css/software-base.css">
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
Expand Down

0 comments on commit 58df92a

Please sign in to comment.