This commit is contained in:
2021-09-16 09:49:10 +03:00
parent 5449e11870
commit 543c4be5a0
75 changed files with 1622 additions and 0 deletions

View File

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