UNPKG

@fmidev/smartmet-alert-client

Version:

Web application for viewing weather and flood alerts

16 lines (14 loc) 414 B
<!doctype html> <html lang="en"> <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="en"></smartmet-alert-client> <script type="module" src="./index.js"></script> </body> </html>