@fmidev/smartmet-alert-client 4.7.0 → 4.7.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,6 @@
15
15
 
16
16
  <body>
17
17
  <smartmet-alert-client language="fi" theme="dark"></smartmet-alert-client>
18
- <script type="module" src="./index.js"></script>
18
+ <script src="./index.js"></script>
19
19
  </body>
20
20
  </html>
@@ -10,6 +10,6 @@
10
10
 
11
11
  <body>
12
12
  <smartmet-alert-client language="en"></smartmet-alert-client>
13
- <script type="module" src="./index.js"></script>
13
+ <script src="./index.js"></script>
14
14
  </body>
15
15
  </html>
@@ -0,0 +1,15 @@
1
+ <!doctype html>
2
+ <html lang="fi">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta
6
+ name="viewport"
7
+ content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0, user-scalable=yes" />
8
+ <title>SmartMet Alert Client — ESM</title>
9
+ </head>
10
+
11
+ <body>
12
+ <smartmet-alert-client language="fi"></smartmet-alert-client>
13
+ <script type="module" src="./index.mjs"></script>
14
+ </body>
15
+ </html>
@@ -10,6 +10,6 @@
10
10
 
11
11
  <body>
12
12
  <smartmet-alert-client language="fi"></smartmet-alert-client>
13
- <script type="module" src="./index.js"></script>
13
+ <script src="./index.js"></script>
14
14
  </body>
15
15
  </html>