1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00

feat: 静态网站默认页增加禁止搜索引擎收录 (#741)

This commit is contained in:
zhengkunwang223 2023-04-21 10:26:11 +08:00 committed by GitHub
parent 0f6e98be20
commit 2ff4da5e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow" />
<title>恭喜,站点创建成功!</title>
<style>
.container {