BrowzOS/clock/index.html

12 lines
936 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>Clock</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="This window displays a current calendar, as well as a continuously-updated clock.">
</head>
<body style="background-color: #008080">
<div style="text-align:center; width:170pt; height:110pt;">
<iframe src="clock.html" width="165" height="140" frameborder="0" scrolling="no"></iframe></div>
<div style="text-align:center; width:165pt; height:35pt;"><script type="text/javascript" src="../desktop/js/clock.js"></script><span id="clockbox" style="font-weight: bold;"></span></div>
<div style="text-align:center; width:165pt; height:187pt; border:3px double; border-collapse: collapse;">
<iframe src="cal.html" width="220" height="250" frameborder="0" scrolling="no"></iframe></div>
</body></html>