<html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Padel Tournaments System</title> <link href="style.css" rel="stylesheet"> </head> <body> <header> <div class="logoBox"> <a class="header_link" href="../index.html"><img class="logo" src="../../_global/logo.svg" alt="Logo error"></a> </div> <div class="linkBox"> <!-- <span class="dot">JM</span>--> <button class="loginButton" type="submit" onclick="window.location.href='../logowanie/index.html'">LOGOWANIE</button> <a class="header_link" href="/index.html">Kontakt</a> <a class="header_link" href="../ranking/index.html">Ranking</a> <a class="header_link" href="../index.html">Kalendarz turniejów</a> </div> </header> <div class="container"> Kontakt </div> </body> </html>