Skip to content

Commit 5f2ffb6

Browse files
author
Martin Eggesvik
committed
updated sykehuset i sorlandet clock
1 parent d3b9008 commit 5f2ffb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sorlandet.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
<div class="image-container">
6868
<img class="dips-logo" src="images/DIPS_ArenaLogo.png" />
6969
</div>
70-
<h3 id="hhsthf" class="head">DIPS Arena tas i bruk ved Sørlandet sykehus</h3>
71-
<h3 id="thsthf" class="time" ></h3>
70+
<h3 id="hss" class="head">DIPS Arena tas i bruk ved Sørlandet sykehus</h3>
71+
<h3 id="tss" class="time" ></h3>
7272
</div>
7373
<script>
7474

@@ -107,9 +107,9 @@ <h3 id="thsthf" class="time" ></h3>
107107
func("h"+letter, "t"+letter, time, fallback, x);
108108
}
109109

110-
var Hsthf= new Date("October 27, 2024 08:00:00").getTime();
110+
var Ss= new Date("November 10, 2024 08:00:00").getTime();
111111

112-
setup("hsthf", Hsthf);
112+
setup("ss", Ss);
113113
</script>
114114
</body>
115115
</html>

0 commit comments

Comments
 (0)