UNPKG

@fmidev/smartmet-alert-client

Version:

Web application for viewing weather and flood alerts

21 lines (19 loc) 508 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> <style> body { background-color: #191b22; } </style> </head> <body> <smartmet-alert-client language="fi" theme="dark"></smartmet-alert-client> <script type="module" src="./index.js"></script> </body> </html>