Files
frost-navigation/public/index.html

17 lines
781 B
HTML
Raw Normal View History

2021-02-06 23:36:46 +08:00
<!DOCTYPE html>
2021-05-28 21:47:56 +08:00
<html dir="ltr" lang="zh-Hans-CN">
2021-02-06 23:36:46 +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, minimum-scale=1, maximum-scale=1, user-scalable=no">
2021-02-06 23:36:46 +08:00
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
<meta name="description" content="一个多功能的网址导航,绿色无广告。">
<meta name="keywords" content="collection,navigation,tool,合集,导航,网址导航,网址大全,网站导航,网站大全,工具">
2021-02-06 23:36:46 +08:00
</head>
<body>
<noscript><strong>浏览器未启用或不支持 JavaScript内容无法正常显示。</strong></noscript>
2021-02-06 23:36:46 +08:00
<div id="app"></div>
</body>
</html>