Skip to content

Commit b96a7aa

Browse files
committed
adding relative path url just in case
1 parent e7bb888 commit b96a7aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>dot4: WWISGAF</title>
7-
<link rel="stylesheet" href="css/reset.css">
8-
<link rel="stylesheet" href="css/index.css">
7+
<link rel="stylesheet" href="./css/reset.css">
8+
<link rel="stylesheet" href="./css/index.css">
99
</head>
1010
<body>
1111
<div class="hero">

0 commit comments

Comments
 (0)