UNPKG

micro-app

Version:

(<5kb) [📱iOS] Create Progressive Web App Dynamically.

19 lines (18 loc) • 640 B
<!DOCTYPE html> <html lang="zh-cmn-Hans"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="format-detection" content="telephone=no,address=no,email=no"> <meta http-equiv="Cache-Control" content="no-transform"> <meta http-equiv="Cache-Control" content="no-siteapp"> <title> router </title> <link rel="stylesheet" href="index.css"> </head> <body> <app></app> <script src="index.js"></script> </body> </html>