29 lines
1.0 KiB
HTML
29 lines
1.0 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Community | Krzak.org</title>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="refresh" content="0; url=/community/" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" href="/styles.css" />
|
|
</head>
|
|
<body>
|
|
<div class="container fade-in">
|
|
<h1 class="slide-down">
|
|
<span class="icon">
|
|
<img src="/icon.svg" alt="krzak.org" />
|
|
</span>
|
|
Krzak.org
|
|
</h1>
|
|
<p class="slide-down">Redirecting to the community page...</p>
|
|
<p class="fade-in" style="animation-delay: 0.1s">
|
|
If you are not redirected automatically, open
|
|
<a href="/community/">/community/</a>.
|
|
</p>
|
|
<script src="/refresh.js"></script>
|
|
<script src="/animations.js"></script>
|
|
<script src="/ai-chat.js"></script>
|
|
</div>
|
|
</body>
|
|
</html>
|