timepiece/public/index.html

11 lines
222 B
HTML
Raw Normal View History

2024-05-14 14:54:12 +00:00
<!DOCTYPE html>
<html>
<head>
<script type="module" src="./js/Timepiece.js"></script>
</head>
<body>
<h1 style="text-align: center;">Timepiece</h1>
<wmoore-timepiece></wmoore-timepiece>
</body>
</html>