Ver código fonte

Перенаправить жёстко

master
commit
88952880c2
3 arquivos alterados com 178 adições e 0 exclusões
  1. +2
    -0
      .gitignore
  2. +18
    -0
      index.html
  3. +158
    -0
      метки_1.0.0.html

+ 2
- 0
.gitignore Ver arquivo

@@ -0,0 +1,2 @@
# Временные файлы VIM.
*.swp

+ 18
- 0
index.html Ver arquivo

@@ -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
- 0
метки_1.0.0.html
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


Carregando…
Cancelar
Salvar