Skip to content

Commit

Permalink
leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
shahata committed Dec 7, 2023
1 parent 9e64d7e commit 91d36d1
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 18 deletions.
10 changes: 5 additions & 5 deletions src/2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ <h1 class="title-event">&nbsp;&nbsp;&nbsp;<span class="title-event-wrap">$year=<
</header>
<main>
<style>
.calendar .calendar-color-n { color:#9b715b; }
.calendar .calendar-color-s { color:#e3b585; }
.calendar .calendar-color-b { color:#5555bb; }
.calendar .calendar-color-g { color:#00cc00; }
.calendar .calendar-color-m { color:#d4dde4; }
.calendar .calendar-color-y { color:#ffff66; text-shadow:0 0 5px #ffff66, 0 0 10px #ffff66; }
.calendar .calendar-color-w { color:#ffffff; }
.calendar .calendar-color-b { color:#5555bb; }
.calendar .calendar-color-g { color:#00cc00; }
.calendar .calendar-color-n { color:#9b715b; }
.calendar .calendar-color-l { color:#ccccff; }
.calendar .calendar-color-w { color:#ffffff; }
</style>
<pre class="calendar"><span aria-hidden="true" class=""> </span>
<span aria-hidden="true" class=""> </span>
Expand All @@ -55,7 +55,7 @@ <h1 class="title-event">&nbsp;&nbsp;&nbsp;<span class="title-event-wrap">$year=<
(function(){
var countdown = document.getElementById("calendar-countdown");
if (!countdown) return;
var server_eta = 83869;
var server_eta = 77873;
var key = "2023-8-"+server_eta;
var now = Math.floor(new Date().getTime()/1000);
var target = server_eta + now;
Expand Down
Loading

0 comments on commit 91d36d1

Please sign in to comment.