Skip to content

Commit c3a955d

Browse files
author
Martin Eggesvik
committed
Updated sykehuset ostfold countdown
1 parent 6d167ae commit c3a955d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

siost.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<div class="image-container">
6060
<img class="dips-logo" src="images/DIPS_ArenaLogo.png" />
6161
</div>
62-
<h3 id="hcountdown" class="head">DIPS Arena tas i bruk ved Sykehuset i Østfold</h3>
62+
<h3 id="hcountdown" class="head">DIPS Arena tas i bruk ved Sykehuset Østfold</h3>
6363
<h3 id="tcountdown" class="time" ></h3>
6464
</div>
6565
<script>
@@ -99,7 +99,7 @@ <h3 id="tcountdown" class="time" ></h3>
9999
func("h"+letter, "t"+letter, time, fallback, x);
100100
}
101101

102-
var targetDate = new Date("April 26, 2025 08:00:00").getTime();
102+
var targetDate = new Date("April 27, 2025 12:00:00").getTime();
103103

104104
setup("countdown", targetDate);
105105
</script>

0 commit comments

Comments
 (0)