micro-app
Version:
(<5kb) [📱iOS] Create Progressive Web App Dynamically.
19 lines (18 loc) • 732 B
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> amd </title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div>hello world!</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="index.js"></script>
</body>
</html>