mosaic-widgets/public/time.html

11 lines
204 B
HTML
Raw Normal View History

2024-05-12 22:21:30 +00:00
<!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>