mosaic-widgets/public/time.html
2024-05-12 17:21:30 -05:00

11 lines
204 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="120">
<script type="module" src="./js/Time.js"></script>
</head>
<body>
<mosaic-time></mosaic-time>
</body>
</html>