Перенаправить жёстко
这个提交包含在:
2
.gitignore
vendored
普通文件
2
.gitignore
vendored
普通文件
@@ -0,0 +1,2 @@
|
||||
# Временные файлы VIM.
|
||||
*.swp
|
||||
18
index.html
普通文件
18
index.html
普通文件
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Перенаправление / Redirection</title>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
const база = "метки_1.0.0.html";
|
||||
const запрос = window.location.search.substring(1);
|
||||
var адрес = база;
|
||||
if (запрос.length)
|
||||
{
|
||||
адрес += "?" + запрос;
|
||||
}
|
||||
window.location.href = адрес;
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
158
метки_1.0.0.html
普通文件
158
метки_1.0.0.html
普通文件
文件差异因一行或多行过长而隐藏
在新工单中引用
屏蔽一个用户