Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Online Calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calculator</title>
<link rel="stylesheet" href="src/index.css">
<!-- Getting error while using this jquery func.(will be solved soon) <script href="src/index.js"></script>-->
<!-- Getting error while using this jquery func.(will be solved soon) <script src="src/index.js"></script>-->
</head>
<body>
<div class="center">
Expand Down