Skip to content

Commit

Permalink
Update Index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
albineb007 authored Jun 28, 2024
1 parent e155840 commit dcc7f48
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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
<link rel="stylesheet" href="Style.css">
<link rel="stylesheet" href="Styles.css">
<title>Notes App</title>
</head>
<body>
Expand All @@ -27,6 +27,6 @@
</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/1.2.2/marked.min.js"></script>
<script src="Script.js"></script>
<script src="script.js"></script>
</body>
</html>

0 comments on commit dcc7f48

Please sign in to comment.