Skip to content

Commit 2517c2f

Browse files
committed
Reference style.css by absolute path
1 parent 5366bda commit 2517c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>404 Not Found</title>
7-
<link rel="stylesheet" type="text/css" href="style.css">
7+
<link rel="stylesheet" type="text/css" href="/style.css">
88
</head>
99
<body>
1010
<main id="not-found">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>R3-OS</title>
7-
<link rel="stylesheet" type="text/css" href="style.css">
7+
<link rel="stylesheet" type="text/css" href="/style.css">
88
</head>
99
<body>
1010
<main>

0 commit comments

Comments
 (0)