feat(splash): 增加了启动页

This commit is contained in:
李东云
2022-02-22 22:10:18 +08:00
parent e8b1e45c81
commit 1e873ea7be
23 changed files with 347 additions and 83 deletions

View File

@@ -31,6 +31,9 @@
<title>bistro</title>
<link rel="manifest" href="manifest.json">
<script src="splash/splash.js"></script>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<link rel="stylesheet" type="text/css" href="splash/style.css">
</head>
<body>
<!-- This script installs service_worker.js to provide PWA functionality to
@@ -101,4 +104,4 @@
}
</script>
</body>
</html>
</html>