Files
frost-navigation/public/index.html
Frost-ZX 1aebf20e7f 细节优化
- index.html meta 标签(viewport、description、keywords)
- 部分页面在移动端上的排版
2021-06-14 16:38:10 +08:00

17 lines
781 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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