Files
Sub-Store/web/public/index.html

32 lines
1.6 KiB
HTML
Raw Normal View History

2020-08-19 16:15:18 +08:00
<!DOCTYPE html>
<html lang="en">
2020-08-26 21:09:34 +08:00
<head>
2020-08-19 16:15:18 +08:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
2020-08-26 21:09:34 +08:00
<meta charset="utf-8"/>
2020-12-11 11:59:02 +08:00
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
2020-08-26 21:09:34 +08:00
<meta name="apple-mobile-web-app-capable" content="yes"/>
2020-12-12 11:28:45 +08:00
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
2020-08-26 21:09:34 +08:00
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"/>
2020-09-06 11:39:48 +08:00
<link rel="Bookmark" href="https://raw.githubusercontent.com/58xinian/icon/master/Sub-Store1.png"/>
<link rel="shortcut icon" href="https://raw.githubusercontent.com/58xinian/icon/master/Sub-Store1.png"/>
<link rel="apple-touch-icon" href="https://raw.githubusercontent.com/58xinian/icon/master/Sub-Store1.png"/>
2020-08-19 16:15:18 +08:00
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
2020-08-30 21:25:46 +08:00
<title>Sub-Store</title>
2020-08-19 16:36:01 +08:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
2020-08-26 21:09:34 +08:00
</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>
2020-08-19 16:15:18 +08:00
</html>