Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shahata committed Dec 9, 2023
1 parent 4f4d628 commit c5cd6d1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
14 changes: 14 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"progress": "^2.0.3"
},
"devDependencies": {
"@playwright/browser-chromium": "^1.40.1",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"eslint": "^8.55.0",
Expand Down
12 changes: 6 additions & 6 deletions src/2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ <h1 class="title-event">&nbsp;&nbsp;&nbsp;<span class="title-event-wrap">$year=<
</header>
<main>
<style>
.calendar .calendar-color-b { color:#5555bb; }
.calendar .calendar-color-n { color:#9b715b; }
.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-m { color:#d4dde4; }
.calendar .calendar-color-w { color:#ffffff; }
.calendar .calendar-color-g { color:#00cc00; }
.calendar .calendar-color-l { color:#ccccff; }
.calendar .calendar-color-b { color:#5555bb; }
.calendar .calendar-color-n { color:#9b715b; }
.calendar .calendar-color-k { color:#6b4d3b; }
.calendar .calendar-color-s { color:#e3b585; }
.calendar .calendar-color-l { color:#ccccff; }
.calendar .calendar-color-g { color:#00cc00; }
</style>
<pre class="calendar"><span aria-hidden="true" class=""> </span>
<span aria-hidden="true" class=""> </span>
Expand All @@ -53,7 +53,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 = 29595;
var server_eta = 29149;
var key = "2023-10-"+server_eta;
var now = Math.floor(new Date().getTime()/1000);
var target = server_eta + now;
Expand Down

0 comments on commit c5cd6d1

Please sign in to comment.