Перенаправить жёстко
Este commit está contenido en:
2
.gitignore
vendido
Archivo normal
2
.gitignore
vendido
Archivo normal
@@ -0,0 +1,2 @@
|
||||
# Временные файлы VIM.
|
||||
*.swp
|
||||
18
index.html
Archivo normal
18
index.html
Archivo 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
Archivo normal
158
метки_1.0.0.html
Archivo normal
Las diferiencias del archivo han sido suprimidas porque una o mas lineas son muy largas
Referencia en una nueva incidencia
Block a user