Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
avinash201199 authored Oct 3, 2022
1 parent 3335284 commit da69256
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 @@ -10,7 +10,7 @@

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />

<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="web/style.css">
<title>List for students</title>
</head>
<body>
Expand All @@ -29,6 +29,6 @@ <h1 class = "heading">Competitions and Programs list <span>for</span> Students</
<p class="greeting">Made with <span></span>.</p>
</div>
</div>
<script src="./script.js"></script>
<script src="web/script.js"></script>
</body>
</html>

0 comments on commit da69256

Please sign in to comment.