UNPKG

@fmidev/smartmet-alert-client

Version:

Web application for viewing weather and flood alerts

16 lines (14 loc) 413 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> <script type="module" crossorigin src="./index.mjs"></script> </head> <body> <smartmet-alert-client></smartmet-alert-client> </body> </html>