Skip to content

Commit

Permalink
add path to favicon.ico in html header so the favicon can be located …
Browse files Browse the repository at this point in the history
…in the razor library
  • Loading branch information
TheAIBot committed Aug 11, 2021
1 parent 3c457f5 commit 7b12517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChiselDebuggerWebAsmUI/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<title>ChiselDebuggerWebAsmUI</title>
<base href="./" />
<link href="_content/ChiselDebuggerRazor/css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="_content/ChiselDebuggerRazor/favicon.ico" rel="shortcut icon" />
<link href="ChiselDebuggerWebAsmUI.styles.css" rel="stylesheet" />
</head>

Expand Down
3 changes: 2 additions & 1 deletion ChiselDebuggerWebUI/ChiselDebuggerWebUI/Pages/_Host.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ChiselDebuggerWebUI</title>
<base href="~/" />
<link rel="stylesheet" href="_content/ChiselDebuggerRazor/css/bootstrap/bootstrap.min.css" />
<link href="_content/ChiselDebuggerRazor/css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="_content/ChiselDebuggerRazor/css/site.css" rel="stylesheet" />
<link href="_content/ChiselDebuggerRazor/favicon.ico" rel="shortcut icon" />
<link href="ChiselDebuggerWebUI.styles.css" rel="stylesheet" />
<script src="_content/ChiselDebuggerRazor/scripts/utilities.js"></script>
</head>
Expand Down

0 comments on commit 7b12517

Please sign in to comment.