Skip to content

Commit

Permalink
Update for end of day 2
Browse files Browse the repository at this point in the history
  • Loading branch information
negasora committed Aug 12, 2023
1 parent 6935bd5 commit e476227
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@

<div id="space">
<div style="font-size: 20pt;">
Live at DEF CON 31!
We'll be back in
<div id="clockdiv">soon</div>
</div>
<div>
<a href="https://www.youtube.com/watch?v=UtKuM2SWnNE">Day 2 Casted Stream</a>
Expand Down Expand Up @@ -149,7 +150,7 @@ <h2>In partnership with:<h2>
</div>

<script>
const deadline = 'August 12 2023 10:00:00 UTC-0700';
const deadline = 'August 13 2023 10:00:00 UTC-0700';
function getTimeRemaining(endtime){
const total = Date.parse(endtime) - Date.parse(new Date());
const seconds = Math.floor( (total/1000) % 60 );
Expand Down

0 comments on commit e476227

Please sign in to comment.