-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refractoring (but works this time) (#15)
* 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
Showing
7 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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.