html, body height 100%. version=5.1

This commit is contained in:
2022-03-22 14:27:01 +03:00
parent 0289174c94
commit 174f7b91ce
32 changed files with 2014 additions and 0 deletions

View File

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