Skip to content

Commit

Permalink
Temp: Updated css path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Scholze committed May 20, 2024
1 parent 460ae16 commit 5e2d8f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MyLife.Blazor.Wasm/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<title>Tobias | Scholze </title>
<base href="/" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous" />
<link rel="stylesheet" href="css/dropincss.css" />
<link rel="stylesheet" href="css/app.css" />
<link rel="stylesheet" href="/css/dropincss.css" />
<link rel="stylesheet" href="/css/app.css" />
</head>

<body>
Expand All @@ -19,7 +19,7 @@
</svg>
<div class="loading-progress-text"></div>
</div>
<script src="_framework/blazor.webassembly.js"></script>
<script src="/_framework/blazor.webassembly.js"></script>
</body>

</html>

0 comments on commit 5e2d8f8

Please sign in to comment.