Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanaei <ho3ein.sanaei@gmail.com>2025-03-26 15:04:42 +0300
committerGitHub <noreply@github.com>2025-03-26 15:04:42 +0300
commitd376ce057c4e2de6071dfb2185b4fd9a3a4338b1 (patch)
treef349a170638f023f27f507ccbc1574bd50f4a164 /web/html/common/head.html
parent6545d8b61df5ad03d89bd738dad84c5fc946a0b5 (diff)
parent5e6e900e64bb2da5c0146cafa75d1a7b7bafaed7 (diff)
Merge pull request #2823 from shishkevichd/refactor/refactor-5
Code refactoring
Diffstat (limited to 'web/html/common/head.html')
-rw-r--r--web/html/common/head.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/web/html/common/head.html b/web/html/common/head.html
index ca854a30..35901769 100644
--- a/web/html/common/head.html
+++ b/web/html/common/head.html
@@ -2,10 +2,9 @@
<head>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="robots" content="noindex,nofollow">
<link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue/antd.min.css">
- <link rel="stylesheet" href="{{ .base_path }}assets/element-ui/theme-chalk/display.css">
<link rel="stylesheet" href="{{ .base_path }}assets/css/custom.min.css?{{ .cur_ver }}">
<style>
[v-cloak] {
@@ -26,7 +25,7 @@
'Segoe UI Emoji', 'Segoe UI Symbol';
}
</style>
- <title>{{ .host }}-{{ i18n .title}}</title>
+ <title>{{ .host }} – {{ i18n .title}}</title>
</head>
<div id="message"></div>
{{end}} \ No newline at end of file