Skip to content

Commit 4b2461f

Browse files
committed
Try to find style.css
1 parent b2b4364 commit 4b2461f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77

8-
<link rel="stylesheet" href="../style.css">
8+
<link rel="stylesheet" href="/software-card/style.css">
99
<link rel="icon" href="../pictures/Logo.png" type="image/icon type">
1010

1111
<script type="module" src="./main.js"></script>
@@ -14,7 +14,7 @@
1414
</head>
1515

1616
<body>
17-
<h1><a href="/">Software CaRD</a></h1>
17+
<h1><a href="../">Software CaRD</a></h1>
1818
<h3>Welcome<span id="welcome-username"></span></h3>
1919
<p>
2020
You can do the following:

public/reporting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<div id="header">
16-
<h1><a href="/">Software CaRD</a></h1>
16+
<h1><a href="../">Software CaRD</a></h1>
1717
</div>
1818
<canvas id="radar" width="400" height="300">
1919
</canvas>

0 commit comments

Comments
 (0)