azken zuzenketak

This commit is contained in:
aitzol76 2021-04-07 11:21:35 +02:00
parent 69c101f239
commit 6fcf8ad718
5 changed files with 6 additions and 6 deletions

View File

@ -7,8 +7,8 @@
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>Irudi 1</h1>
<div class="edukiontzia">
<h1>Irudi 1</h1>
<img class="irudi" src="images/irudi_1.jpg">
<p><a href="irudiak"><< itzuli</a></p>
</div>

View File

@ -7,8 +7,8 @@
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>Irudi 2</h1>
<div class="edukiontzia">
<h1>Irudi 2</h1>
<img class="irudi" src="images/irudi_2.jpg">
<p><a href="irudiak"><< itzuli</a></p>
</div>

View File

@ -7,8 +7,8 @@
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>Irudi 3</h1>
<div class="edukiontzia">
<h1>Irudi 3</h1>
<img class="irudi" src="images/irudi_3.jpg">
<p><a href="irudiak"><< itzuli</a></p>
</div>

View File

@ -7,8 +7,8 @@
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>Irudiak</h1>
<div class="edukiontzia">
<h1>Irudiak</h1>
<div class="irudiak">
<div>
<img class="irudi_1" src="images/irudi_1.jpg" onclick="window.location.href='images/irudi_1.jpg'">
@ -23,8 +23,8 @@
<p><a href="irudi_3">irudi 3</a></p>
</div>
</div>
<p><a href="./"><< itzuli</a></p>
</div>
<p><a href="./"><< itzuli</a></p>
</body>
</html>

View File

@ -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';