2020-12-17 20:47:28 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2020-12-28 20:55:49 +01:00
|
|
|
<head>
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" />
|
|
|
|
<link href="./main.css" rel="stylesheet" />
|
|
|
|
<title>Document</title>
|
2020-12-17 20:47:28 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-12-28 20:55:49 +01:00
|
|
|
<div class="background">
|
|
|
|
<div id="nav" >
|
|
|
|
<img src="wwf-text.png" alt="text" class="wwf-text">
|
|
|
|
<img src="logo-bez-tla.png" alt="logo" class="logo">
|
|
|
|
<button id="create-room" class="centered button-create-room">Stwórz pokój!</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-12-17 20:47:28 +01:00
|
|
|
</body>
|
|
|
|
</html>
|