Skip to content

Commit 052c431

Browse files
committed
Added Links
1 parent c76c0bf commit 052c431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Image-Filter-App/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Image Filter App</title>
88
<link rel="stylesheet" href="https://bootswatch.com/4/flatly/bootstrap.min.css">
9-
<link rel="stylesheet" href="../assets/css/Image-Filter-App.css">
9+
<link rel="stylesheet" href="./style.css">
1010
</head>
1111
<body>
1212
<nav class="navbar navbar-dark bg-info mb-5">
@@ -123,6 +123,6 @@ <h4 >Designed & Developed with &#10084;&#65039; by Atif</h4>
123123

124124

125125
<script src="https://cdnjs.cloudflare.com/ajax/libs/camanjs/4.1.2/caman.full.min.js" integrity="sha512-JjFeUD2H//RHt+DjVf1BTuy1X5ZPtMl0svQ3RopX641DWoSilJ89LsFGq4Sw/6BSBfULqUW/CfnVopV5CfvRXA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
126-
<script src="../assets/js/Image-Filter-App.js"></script>
127-
</body>
126+
<script src="./script.js"></script>
127+
</body>
128128
</html>

0 commit comments

Comments
 (0)