UNPKG

@fmidev/smartmet-alert-client

Version:

Web application for viewing weather and flood alerts

20 lines (18 loc) 485 B
<!doctype html> <html lang="fi"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" /> <title>SmartMet Alert Client</title> </head> <body> <smartmet-alert-client language="fi" static-days="false" region-list-enabled="false"> </smartmet-alert-client> <script type="module" src="./index.js"></script> </body> </html>