This commit is contained in:
2021-09-22 14:59:47 +03:00
parent 3995c1662c
commit 7c64551627
80 changed files with 943 additions and 111 deletions

View File

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