Skip to content

Commit

Permalink
[bug] fixed wrong references
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbiswas001 committed Jun 7, 2024
1 parent ef68060 commit 6f1df26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arkapravoroy.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>Arka's Portfolio</title>
<link rel="stylesheet" type="text/css" href="new.css">
<link rel="stylesheet" type="text/css" href="assets/css/arkapravoroy.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
Expand Down Expand Up @@ -257,6 +257,6 @@ <h2 class="heading">Contact <span>Me!</span></h2>
</div>
</footer>

<script src="script.js"></script>
<script src="assets/js/arkapravoroy.js"></script>
</body>
</html>

0 comments on commit 6f1df26

Please sign in to comment.