2024-01-06 21:09:41 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="pl">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Statki</title>
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,600;1,600&family=Roboto+Mono:ital@0;1&display=swap" rel="stylesheet">
|
2024-03-03 22:59:52 +01:00
|
|
|
<script src="https://cdn.socket.io/4.7.4/socket.io.min.js"></script>
|
2024-03-03 01:29:11 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
|
2024-01-06 21:09:41 +01:00
|
|
|
<link rel="stylesheet" href="/assets/css/board.css">
|
|
|
|
<link rel="stylesheet" href="/assets/css/main.css">
|
2024-03-03 01:29:11 +01:00
|
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
|
2024-01-06 21:09:41 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-04-18 10:46:33 +02:00
|
|
|
<span class="designerTag">Designed by mcjk</span>
|
2024-01-06 21:09:41 +01:00
|
|
|
|
|
|
|
{{{body}}}
|
|
|
|
</body>
|
|
|
|
</html>
|