This commit is contained in:
2021-09-27 15:18:40 +03:00
parent 7c64551627
commit 4c644ca9ae
33 changed files with 1747 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
function Заголовок()
{
this.обработатьКлюч = function(ключ, путь, значение)
{
if (ключ == "заголовок")
{
document.title = значение;
}
}
}