forked from buckwheat/sekaineo
sekaineo: Added starting HTML and CSS
This commit is contained in:
35
index_fr.html
Normal file
35
index_fr.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link type="text/css" rel="stylesheet" href="./assets/style.css">
|
||||
<title>Neo-Sekai Club</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="navbar">
|
||||
<ul>
|
||||
<li><a href="/index.html">English</a></li>
|
||||
<li><a href="/index_es.html">Español</a></li>
|
||||
<li><a href="/index_fil.html">Filipino</a></li>
|
||||
<li><a href="/index_srl.html">Srpski (Latinica)</a></li>
|
||||
<li><a href="/index_src.html">Српски (Ћирилица)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="text-block">
|
||||
<h1>Bienvenue au Neo-Sekai Club</h1>
|
||||
|
||||
<p>
|
||||
Nous somme une organization multinationale, non lucrative qui plaide pour le dévéloppement de logiciel FOSS (Free and Open Source Software) et du droit à l'anonymat pour logiciels et Internet. Notre idéologie est basée sur "The Hacker Manifesto" par Phrack. Notre but est de faciliter l'accès à des options plus securisée pour une utilisation banale sur Internet, De meilleurs licences qui respectent l'utilisateur final et pour et de susciter la créativité pour des développeurs (amateur ou expert) et pour tous genre de passionés du milieu de l'informatique.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user