M-6.0 начало

This commit is contained in:
2022-05-11 13:59:59 +03:00
parent ca26b095cf
commit 49be2c95d2
33 changed files with 2019 additions and 1 deletions

View File

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