timepiece/public/index.html

11 lines
222 B
HTML

<!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>