Skip to content

Commit

Permalink
增加robots
Browse files Browse the repository at this point in the history
  • Loading branch information
xiandanin committed Aug 14, 2019
1 parent 72973bf commit 84e03f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/webapp/WEB-INF/views/admin.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<title>磁力搜管理</title>
<meta name="viewport"
content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="robots" content="noarchive">
<meta name="robots" conrent="noindex,follow">

<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://cdn.bootcss.com/vue/2.5.16/vue.min.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions src/main/webapp/WEB-INF/views/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<title>磁力搜 - 开源的磁力聚合搜索</title>
<meta name="viewport"
content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="robots" content="noarchive">
<meta name="robots" conrent="noindex,follow">

<link href="https://cdn.bootcss.com/element-ui/2.11.0/theme-chalk/index.css" rel="stylesheet">
<link href="https://cdn.bootcss.com/amazeui/2.7.2/css/amazeui.min.css" rel="stylesheet">
Expand Down
2 changes: 2 additions & 0 deletions src/main/webapp/WEB-INF/views/mobile.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<title>磁力搜 - 开源的磁力聚合搜索</title>
<meta name="viewport"
content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="robots" content="noarchive">
<meta name="robots" conrent="noindex,follow">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/lib/index.css">
<script src="https://cdn.bootcss.com/vue/2.5.16/vue.min.js"></script>
Expand Down

0 comments on commit 84e03f7

Please sign in to comment.