Skip to content

Commit

Permalink
Refractoring (but works this time) (#15)
Browse files Browse the repository at this point in the history
* added file

* Update index.html

* removed secret

* Revert "removed secret"

This reverts commit 8afdca7.

* better refractoring

Co-authored-by: Neel Patel <[email protected]>
  • Loading branch information
tnb24 and neelpy authored May 18, 2021
1 parent 9cc8a72 commit e9d8946
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />

<link href="styles.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">

<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="icon" type="image/png" href="assets/favicon.png"/>
<title>CoWIN Booking</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down Expand Up @@ -162,9 +162,9 @@
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>

<script src="districts.js"></script>
<script src="init.js"></script>
<script src="script.js"></script>
<script src="js/districts.js"></script>
<script src="js/init.js"></script>
<script src="js/script.js"></script>

</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e9d8946

Please sign in to comment.