@fmidev/smartmet-alert-client
Version:
Web application for viewing weather and flood alerts
16 lines (14 loc) • 415 B
HTML
<html lang="fi">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0, user-scalable=yes" />
<title>SmartMet Alert Client</title>
</head>
<body>
<smartmet-alert-client language="fi"></smartmet-alert-client>
<script type="module" src="./index.js"></script>
</body>
</html>