17 lines
560 B
HTML
17 lines
560 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" />
|
|
<link href="./main.css" rel="stylesheet" />
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<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>
|
|
</body>
|
|
</html> |