phonebook_fe/public/index.html
2020-04-21 10:50:59 +08:00

22 lines
915 B
HTML

<!DOCTYPE html>
<html lang="en">
<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">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<meta name="format-detection" content="telephone=yes"/>
<meta itemprop="name" content="DB phonebook" />
<meta itemprop="description" content="DBStudio电话本" />
<meta itemprop="image" content="https://gss0.baidu.com/-fo3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/4610b912c8fcc3ce1d29212f9d45d688d53f20c5.jpg" />
<title>DB phonebook</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>