Update app.py
Browse files
app.py
CHANGED
|
@@ -225,7 +225,7 @@ COUNTER = """
|
|
| 225 |
</head>
|
| 226 |
<body>
|
| 227 |
<div class="countdown-container">
|
| 228 |
-
<h1 class="title">MCP's 1st Birthday Party
|
| 229 |
<div class="countdown">
|
| 230 |
<div class="time-unit">
|
| 231 |
<div class="circle">
|
|
@@ -274,7 +274,7 @@ COUNTER = """
|
|
| 274 |
</div>
|
| 275 |
<script>
|
| 276 |
// Set target date to November 13, 2025, 11:59 PM UTC
|
| 277 |
-
const targetDate = new Date(Date.UTC(2025,
|
| 278 |
|
| 279 |
function updateCountdown() {
|
| 280 |
const now = new Date();
|
|
|
|
| 225 |
</head>
|
| 226 |
<body>
|
| 227 |
<div class="countdown-container">
|
| 228 |
+
<h1 class="title">MCP's the 1st Birthday Party ends on Nov 30 UTC day-end. Submit your apps before then. Hackathon org members' permissions will shift to `Read` deadline.</h1>
|
| 229 |
<div class="countdown">
|
| 230 |
<div class="time-unit">
|
| 231 |
<div class="circle">
|
|
|
|
| 274 |
</div>
|
| 275 |
<script>
|
| 276 |
// Set target date to November 13, 2025, 11:59 PM UTC
|
| 277 |
+
const targetDate = new Date(Date.UTC(2025, 10, 29, 23, 59, 59)); // Month is 0-indexed (10 = November)
|
| 278 |
|
| 279 |
function updateCountdown() {
|
| 280 |
const now = new Date();
|