18 lines
437 B
HTML
18 lines
437 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Test page</title>
|
||
|
<style>
|
||
|
@font-face {
|
||
|
font-family: 'Clockfont';
|
||
|
src: url('../legacy/resources/uhr.woff') format('woff');
|
||
|
}
|
||
|
</style>
|
||
|
<script type="module" src="clock.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<word-clock style="display: inline-block; width:800px;height:800px" debug="false"></word-clock>
|
||
|
</body>
|
||
|
</html>
|