This commit is contained in:
2021-10-05 14:47:12 +03:00
parent 4c644ca9ae
commit 5176c6755d
30 changed files with 1201 additions and 13 deletions

View File

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