BrowzOS/clock/clock.html

10 lines
503 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>Time Component</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="This is the time component of the Dock.">
</head>
<body style="background-color: #008080">
<div style="width:117px; height:117px; margin-left:auto; margin-right:auto;">
<script type="text/javascript" src="clock_dial.js"></script>
</div>
</body></html>