OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>Web app banner test page</title> | 3 <title>Web app banner test page</title> |
4 <link rel="manifest" href="manifest.json" /> | 4 <link rel="manifest" href="manifest.json" /> |
5 <script src="main.js"></script> | 5 <script src="main.js"></script> |
| 6 <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 </head> | 7 </head> |
7 <body onload="initialize()"> | 8 <body onload="initialize()"> |
8 Do-nothing page with a service worker. | 9 Do-nothing page with a service worker. |
9 </body> | 10 </body> |
10 </html> | 11 </html> |
OLD | NEW |