Skip to content

Commit

Permalink
Gave my html a wrong name instead of index
Browse files Browse the repository at this point in the history
  • Loading branch information
TCROWN10 committed Mar 28, 2024
1 parent 208346f commit f5fd130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="index.js" defer></script>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Expand Down Expand Up @@ -68,6 +69,6 @@
</a>
<span id="Year">2024</span>
</footer>
<script src="index.js" defer></script>

</body>
</html>

0 comments on commit f5fd130

Please sign in to comment.