File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33< head >
44< meta charset ="utf-8 " />
55< meta name ="viewport " content ="width=device-width,initial-scale=1 " />
6- < title > שעון דיגיטלי לנץ </ title >
6+ < title > שעון מנין אברכים </ title >
77
88< link href ="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap " rel ="stylesheet ">
99
115115 < div id ="countdown " class ="fixed-width-digits "> 00:00:00</ div >
116116 < div class ="countdown-info ">
117117 < div > שעה נוכחית: < span id ="nowSmall " class ="fixed-width-digits "> --:--:--</ span > </ div >
118- < div > שעת נץ : < span id ="sunriseSmall " class ="fixed-width-digits "> --:--:--</ span > </ div > <!-- Changed default value to include seconds -- >
118+ < div > שעת הנץ : < span id ="sunriseSmall " class ="fixed-width-digits "> --:--:--</ span > </ div >
119119 </ div >
120120 </ div >
121121
122122< script >
123123const CSV_PATH = './sunrise_times.csv' ;
124124const VERSION_FILE_PATH = './version.json' ;
125- const DEFAULT_SUNRISE = '06 :00:00' ;
125+ const DEFAULT_SUNRISE = '04 :00:00' ;
126126const VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1000 ;
127127
128128let sunriseMap = new Map ( ) ;
You can’t perform that action at this time.
0 commit comments