We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7a2d8 commit c38a989Copy full SHA for c38a989
1 file changed
src/Codex.Web.Wasm/wwwroot/index.html
@@ -37,9 +37,9 @@
37
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
38
39
<link rel="icon" href="content/images/icon16.png" type="image/png" />
40
- <link href="/css/bootstrap/bootstrap.min.css" rel="stylesheet" />
+ <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
41
42
- <link href="/css/app.css" rel="stylesheet" />
+ <link href="css/app.css" rel="stylesheet" />
43
44
<link href="content/body.css" rel="stylesheet" />
45
<link href="content/results.css" rel="stylesheet" />
0 commit comments