30 second timer: Difference between revisions

From Cor ad Cor
Jump to navigation Jump to search
(Created page with "<html> <script type="text/javascript"> var Timer; var TotalSeconds; function CreateTimer(TimerID, Time) { Timer = document.getElementById(TimerID); TotalSeconds = Time...")
 
m (Text replacement - "— >" to "-->")
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<p>
&nbsp;
</p>
<p>
&nbsp;
</p>
<p>
&nbsp;
</p>
<html>
<html>


Line 30: Line 40:


<style type="text/css">
<style type="text/css">
<!--
<!--  
.bigfont {
.bigfont {
font-size: 256pt;
font-size: 128pt;
font-weight: bold;
font-weight: bold;
color: #C00;
color: #C00;
Line 39: Line 49:
font-style: normal;
font-style: normal;
}
}
-->
-->
</style>
</style>
 
<p>
<div id='timer' class="bigfont" />
<div id='timer' class="bigfont" />
<script type="text/javascript"> window.onload = CreateTimer("timer", 30);</script>
<script type="text/javascript"> window.onload = CreateTimer("timer", 25);</script>
</body>
</div>
 
</p>
</html>
</html>
<p>
&nbsp;
</p>
<p>
&nbsp;
</p>
<p>
&nbsp;
</p>
<p>
&nbsp;
</p>

Latest revision as of 12:22, 10 December 2022