weather-web-components/index.html

13 lines
343 B
HTML

<!doctype html>
<html>
<head>
<title>Weather Report Component</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="src/weather-report.mjs" type="module"></script>
</head>
<body>
<weather-report interval="5" src="./src/fixture-report.json"></weather-report>
</body>
</html>