Skip to content

Commit c405ae5

Browse files
Added redirect for YT live-stream
1 parent f7c2186 commit c405ae5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.DS_Store

0 Bytes
Binary file not shown.

live/.DS_Store

0 Bytes
Binary file not shown.

live/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
33
<title>Redirecting... </title>
4-
<meta http-equiv="refresh" content="0; URL=https://youtu.be/G63UTp7JS0k">
5-
<link rel="canonical" href="https://youtu.be/G63UTp7JS0k">
4+
<meta http-equiv="refresh" content="0; URL=https://youtu.be/zjNZVTqK99Y">
5+
<link rel="canonical" href="https://youtu.be/zjNZVTqK99Y">

live/redirect.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
33
<title>Redirecting... </title>
4-
<meta http-equiv="refresh" content="0; URL=https://youtu.be/G63UTp7JS0k">
5-
<link rel="canonical" href="https://youtu.be/G63UTp7JS0k">
4+
<meta http-equiv="refresh" content="0; URL=https://youtu.be/zjNZVTqK99Y">
5+
<link rel="canonical" href="https://youtu.be/zjNZVTqK99Y">

live/timer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
.local()
5050
.set({ milliseconds: 0 }),
5151
end: luxon.DateTime
52-
.local(2021, 1, 23, 20, 0)
52+
.local(2021, 4, 23, 20, 0)
5353
.set({ milliseconds: 0 })
5454
.setZone('Asia/Kolkata'),
5555
tick: null

0 commit comments

Comments
 (0)