Files
sekaineo/index.html
2026-03-13 13:34:49 -05:00

45 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="">
<meta name="description" content="">
<title>Neo-Sekai Club</title>
<link href="/assets/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1>Neo-Sekai Club</h1>
<nav id="topmenu">
<ul>
<li><a href="/index.html">Index</a></li>
<li><a href="#">Language</a>
<ul class="submenu">
<li><a href="/index_es.html">Español</a></li>
<li><a href="/index_fil.html">Filipino</a></li>
<li><a href="/index_fr.html">Français</a></li>
<li><a href="/index_src.html">Srpski (Latinica)</a></li>
<li><a href="/index_srl.html">Српски (Ћирилица)</a></li>
</ul>
</li>
<li><a href="#">Articles</a></li>
</ul>
</nav><br>
<div class="flex_container">
<main class="">
<h2>Welcome to Neo-Sekai Club</h2>
<p>We are a multinational, non-profit organization that advocates for the development of Free and Open
Source Software (FOSS) and the right to anonymity for software and the internet. Our ideology is based
on "The Hacker Manifesto" by Phrack. Our goal is to facilitate access to more secure options for
everyday internet use written under open source licenses that respect the end user in their entirety,
and to foster creativity among developers of all skill sets.</p>
</main>
</div>
</body>
</html>