Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy
Browse files Browse the repository at this point in the history
sbdaule5 committed Jan 2, 2024
0 parents commit d49cd75
Showing 6 changed files with 93 additions and 0 deletions.
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/index.3ba13829.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 69 additions & 0 deletions assets/index.bb82d85c.js

Large diffs are not rendered by default.

Binary file added favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/iitbh-calendar/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/iitbh-calendar/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/iitbh-calendar/favicon-16x16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Calendar Generator</title>
<meta
name="description"
content="Generate calendar for your IIT Bhilai courses"
/>
<script defer data-domain="openlake.github.io" src="https://plausible.io/js/plausible.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
<script type="module" crossorigin src="/iitbh-calendar/assets/index.bb82d85c.js"></script>
<link rel="stylesheet" href="/iitbh-calendar/assets/index.3ba13829.css">
</head>
<body>
<div id="app"></div>

</body>
</html>

0 comments on commit d49cd75

Please sign in to comment.