Skip to content

Commit 91e37c7

Browse files
authored
Merge pull request #14 from csharpfritz/fix-Icon
2 parents 0d01a8e + 484b120 commit 91e37c7

12 files changed

Lines changed: 80 additions & 1 deletion

Web/Pages/Shared/_Layout.cshtml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta name="description" content="@(ViewData["Description"] ?? "Where Philly innovation meets AI excellence. Master Microsoft Copilot and GitHub Copilot with our expert-curated tips.")" />
88
<title>@ViewData["Title"] - Copilot That Jawn</title>
9-
<!-- Prevent theme flash -->
9+
10+
<!-- Favicons -->
11+
<link rel="icon" type="image/x-icon" href="~/img/favicon.ico" asp-append-version="true">
12+
<link rel="icon" type="image/png" sizes="32x32" href="~/img/favicon-32x32.png" asp-append-version="true">
13+
<link rel="icon" type="image/png" sizes="16x16" href="~/img/favicon-16x16.png" asp-append-version="true">
14+
<link rel="apple-touch-icon" sizes="180x180" href="~/img/apple-touch-icon.png" asp-append-version="true">
15+
<!-- PWA Support -->
16+
<link rel="manifest" href="~/manifest.json" asp-append-version="true">
17+
<meta name="theme-color" content="#6200EE">
18+
<meta name="msapplication-TileColor" content="#6200EE">
19+
<meta name="msapplication-config" content="~/browserconfig.xml" asp-append-version="true">
20+
21+
<!-- Prevent theme flash -->
1022
<script>
1123
(function() {
1224
const theme = localStorage.getItem('theme') || 'auto';

Web/wwwroot/browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/img/mstile-150x150.png"/>
6+
<TileColor>#6200EE</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>
21.7 KB
Loading
91.2 KB
Loading
19.7 KB
Loading

Web/wwwroot/img/favicon-16x16.png

1.44 KB
Loading

Web/wwwroot/img/favicon-32x32.png

2.38 KB
Loading

Web/wwwroot/img/favicon.ico

31.3 KB
Binary file not shown.

Web/wwwroot/img/maskable-icon.png

91.2 KB
Loading

Web/wwwroot/img/mstile-150x150.png

15.4 KB
Loading

0 commit comments

Comments
 (0)