coffee/public/index.html

31 lines
980 B
HTML
Raw Normal View History

2024-12-03 15:23:59 +08:00
<!DOCTYPE html>
<html lang="">
2024-12-08 20:58:12 +08:00
2024-12-11 10:40:33 +08:00
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="菜单" id="base_meta_title">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- 自定义应用名称 -->
<meta name="application-name" content="菜单">
<!-- 自定义图标 -->
<link rel="apple-touch-icon-precomposed" sizes="167*167" href="../src/assets/coffee1.png">
2024-12-08 20:58:12 +08:00
2024-12-11 10:40:33 +08:00
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>