Skip to content

Commit

Permalink
fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
augustryder committed Sep 8, 2024
1 parent 57880ce commit 39f3177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Portfolio</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="src/css/style.css">
</head>
<body>

Expand Down Expand Up @@ -56,7 +56,7 @@ <h2>Projects</h2>
<div class="project-description">
<h3>Project Title 1</h3>
<p>This is a description of the project. It explains what the project does and any interesting details.</p>
<a href="projects\double-pendulum\dpendulum.html" class="code-link">View Code</a>
<a href="projects\double-pendulum\index.html" class="code-link">View Code</a>
</div>
<div class="project-image">
<img src="project1.jpg" alt="Project 1 Image">
Expand Down

0 comments on commit 39f3177

Please sign in to comment.