diff --git a/irudi_1.html b/irudi_1.html index 25b0e34..8785a08 100644 --- a/irudi_1.html +++ b/irudi_1.html @@ -7,8 +7,8 @@ -

Irudi 1

+

Irudi 1

<< itzuli

diff --git a/irudi_2.html b/irudi_2.html index a1edff3..a402e65 100644 --- a/irudi_2.html +++ b/irudi_2.html @@ -7,8 +7,8 @@ -

Irudi 2

+

Irudi 2

<< itzuli

diff --git a/irudi_3.html b/irudi_3.html index 742b4b8..451c3c1 100644 --- a/irudi_3.html +++ b/irudi_3.html @@ -7,8 +7,8 @@ -

Irudi 3

+

Irudi 3

<< itzuli

diff --git a/irudiak.html b/irudiak.html index fb81a8b..4fcd4f4 100644 --- a/irudiak.html +++ b/irudiak.html @@ -7,8 +7,8 @@ -

Irudiak

+

Irudiak

@@ -23,8 +23,8 @@

irudi 3

+

<< itzuli

-

<< itzuli

diff --git a/public/js/script.js b/public/js/script.js index 8d5bcd2..8e0a2c4 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -13,7 +13,7 @@ if(document.cookie.includes("username")){ console.log(getCookie('username')); logged.style.display= 'block'; unknown.style.display = 'none'; - document.getElementsByTagName('h1')[0].innerHTML = "Kaixo " + getCookie('username'); + document.getElementsByTagName('h1')[0].innerHTML = "Kaixo " + getCookie('username') + "!!"; }else{ logged.style.display = 'none'; unknown.style.display = 'block';