Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Attempt fix for index burn-in
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsen9026 committed Nov 12, 2023
1 parent 114c134 commit 4f5158f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Client/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<title>Blazam</title>
<base href="/">
<link href="css/app.css" rel="stylesheet">
<!--<link href="BlazorBasic.styles.css" rel="stylesheet" />-->
Expand Down Expand Up @@ -439,7 +439,5 @@



<script>var Module; window.__wasmmodulecallback__(); delete window.__wasmmodulecallback__;</script>
<script src="_framework/dotnet.6.0.24.wrhoxk2u0b.js" defer="" integrity="sha256-HsjkNTe7apcsNkquSNlBJg7KdhHalxfmurCPEmebUTY=" crossorigin="anonymous"></script>
</body>
</body>
</html>

0 comments on commit 4f5158f

Please sign in to comment.