@@ -131,16 +131,32 @@ <h2>Timer Presets<button style="float:right;" onclick="loadDefaultPreset('Enbu')
131131 < button onclick ="deletePreset() "> Delete Preset</ button >
132132 < button onclick ="exportPreset() "> Export Preset</ button >
133133 < button onclick ="importPreset() "> Import Preset</ button >
134-
135-
136134</ div >
137135
138136< div id ="configSection ">
139-
140- < h2 > Timers</ h2 >
141- < div id ="timers "> </ div >
142- < button onclick ="addTimer() "> Add Timer</ button >
137+ < h2 > Timers</ h2 >
138+ < div id ="timers "> </ div >
139+ < button onclick ="addTimer() "> Add Timer</ button >
143140</ div >
141+
142+ < footer style ="margin-top:40px;padding:20px; text-align:center;font-size:14px;color:#555;border-top:1px solid #ccc; ">
143+ < div > Created by < strong > Shmightworks</ strong > </ div >
144+
145+ < div style ="margin-top:6px; ">
146+ < a href ="https://github.com/shmightworks/MultiTimer " target ="_blank ">
147+ GitHub
148+ </ a >
149+ </ div >
150+
151+ < div style ="margin-top:6px; ">
152+ < script type ="text/javascript " src ="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js " data-name ="bmc-button " data-slug ="shmightworks " data-color ="#FFDD00 " data-emoji ="" data-font ="Cookie " data-text ="Buy me a coffee " data-outline-color ="#000000 " data-font-color ="#000000 " data-coffee-color ="#ffffff " > </ script >
153+ </ div >
154+
155+ < div style ="margin-top:6px; font-size:12px; opacity:0.7; ">
156+ © < span id ="year "> </ span > All rights reserved.
157+ </ div >
158+ </ footer >
159+
144160< script >
145161/* ---------------------------------------------------------
146162 GLOBALS
@@ -694,33 +710,6 @@ <h4>Minute Reminder</h4>
694710--------------------------------------------------------- */
695711addTimer ( ) ;
696712updateDisplay ( ) ;
697- </ script >
698- < footer style ="
699- margin-top:40px;
700- padding:20px;
701- text-align:center;
702- font-size:14px;
703- color:#555;
704- border-top:1px solid #ccc;
705- ">
706- < div > Created by < strong > Shmightworks</ strong > </ div >
707-
708- < div style ="margin-top:6px; ">
709- < a href ="https://github.com/shmightworks/MultiTimer " target ="_blank ">
710- GitHub
711- </ a >
712- </ div >
713-
714- < div style ="margin-top:6px; ">
715- < script type ="text/javascript " src ="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js " data-name ="bmc-button " data-slug ="shmightworks " data-color ="#FFDD00 " data-emoji ="" data-font ="Cookie " data-text ="Buy me a coffee " data-outline-color ="#000000 " data-font-color ="#000000 " data-coffee-color ="#ffffff " > </ script >
716- </ div >
717-
718- < div style ="margin-top:6px; font-size:12px; opacity:0.7; ">
719- © < span id ="year "> </ span > All rights reserved.
720- </ div >
721- </ footer >
722-
723- < script >
724713document . getElementById ( "year" ) . textContent = new Date ( ) . getFullYear ( ) ;
725714</ script >
726715</ body >
0 commit comments