Перенаправить жёстко
Cette révision appartient à :
2
.gitignore
externe
Fichier normal
2
.gitignore
externe
Fichier normal
@@ -0,0 +1,2 @@
|
||||
# Временные файлы VIM.
|
||||
*.swp
|
||||
18
index.html
Fichier normal
18
index.html
Fichier normal
@@ -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
Fichier normal
158
метки_1.0.0.html
Fichier normal
Diff de fichier supprimé car une ou plusieurs lignes sont trop longues
Référencer dans un nouveau ticket
Bloquer un utilisateur