From 6fcf8ad71808e24623bdb2e53216ab42dcb20e6c Mon Sep 17 00:00:00 2001 From: aitzol76 Date: Wed, 7 Apr 2021 11:21:35 +0200 Subject: [PATCH] azken zuzenketak --- irudi_1.html | 2 +- irudi_2.html | 2 +- irudi_3.html | 2 +- irudiak.html | 4 ++-- public/js/script.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) 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';