Skip to content

Commit 479dda5

Browse files
committed
Fix - file not found error
1 parent 65f3dfe commit 479dda5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
File renamed without changes.

html/404.html renamed to 404.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>404</title>
7-
<link rel="icon" type="image/x-icon" href="../assets/images/favicon.ico">
8-
<link rel="stylesheet" href="../css/styles.css">
7+
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
8+
<link rel="stylesheet" href="css/styles.css">
99
<style>
1010
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
1111
</style>

html/index.html renamed to 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>Zain Ahmed</title>
7-
<link rel="icon" type="image/x-icon" href="../assets/images/favicon.ico">
8-
<link rel="stylesheet" href="../css/styles.css">
7+
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
8+
<link rel="stylesheet" href="css/styles.css">
99
<style>
1010
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
1111
</style>

html/projects.html renamed to projects.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>projects</title>
7-
<link rel="icon" type="image/x-icon" href="../assets/images/favicon.ico">
8-
<link rel="stylesheet" href="../css/styles.css">
7+
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
8+
<link rel="stylesheet" href="css/styles.css">
99
<style>
1010
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
1111
</style>

0 commit comments

Comments
 (0)