Skip to content

Commit c38a989

Browse files
committed
Use relative paths.
1 parent 6a7a2d8 commit c38a989

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Codex.Web.Wasm/wwwroot/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
3838

3939
<link rel="icon" href="content/images/icon16.png" type="image/png" />
40-
<link href="/css/bootstrap/bootstrap.min.css" rel="stylesheet" />
40+
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
4141

42-
<link href="/css/app.css" rel="stylesheet" />
42+
<link href="css/app.css" rel="stylesheet" />
4343

4444
<link href="content/body.css" rel="stylesheet" />
4545
<link href="content/results.css" rel="stylesheet" />

0 commit comments

Comments
 (0)