0
我需要根據當前時間更新我的標頭(h1)
。例如,在7:45am to 8:00am
'當前事件'應該更改爲'Event1
',在8:00am to 8:15am
它應該更改爲'Event2
'等等。根據時間更新div內容
<html>
<head>
<title>ShriTeq 2015</title>
</head>
<body>
<center>
<img src = "image.png" width = "25%" height = "auto"/>
<h1 id = "ce" style="font-weight:lighter; font-family: 'Raleway', sans-serif; font-size:70px;">Current Event</h1>
</center>
</body>
</html>