<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename=cs) }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LibreJokes</title>
<img
width="80%" src="https://librejokes.ru:8050?text=join us brother&font=Speed&bg=24,24,24"
>
</head>
<body style="background-color: #181818">
<div class="buttons">
<img class="logo" src="/static/img/logo.png" alt="LibreLogo" />
</div>
<div class="buttons">
<a
class="linksbtn"
style="background-color: #163e86"
href="https://vk.com/librejokes"
>VK</a
>
<a
class="linksbtn"
style="background-color: #2d3d57"
href="https://t.me/librejokes"
>TELEGRAM</a
>
<a
class="linksbtn"
style="background-color: #630f0f; font-size: 25px; margin-right: 20px"
href="/librememes"
>MEMES ARCHIVE</a
>
</div>
<div class="buttons">
<button class="whoarewe" style="text-align: left; margin-right: 0px">
We are LibreJokes team. Our holy mission is to share the opensource memes with you. Our software and memes are foss and libre.
We also provide different services and libre games.
The main reason for our memes goofiness is the style of L.I.B.R.E. Our goal is to recreate the G.N.U atmosphere in them.
</button>
</div>
<div class="buttons">
<a
class="linksbtn"
style="background-color: #bc7b00; font-size: 25px; margin-right: 0px"
href="/joinusnow"
>JOIN US NOW</a
>
<br>
<a
class="linksbtn"
style="background-color: #46e843; font-size: 25px; margin-right: 0px"
href="/old"
>OLD VERSION</a
>
</div>
</body>
</html>