Upload files to "/"

This commit is contained in:
2026-02-22 14:04:05 -05:00
parent 80ac3b3bd8
commit d32442a53c
2 changed files with 63 additions and 5 deletions

View File

@ -14,6 +14,7 @@
<div class="navbar">
<ul>
<li><a href="/index.html">Homepage</a></li>
<li><a href="/manifesto_es.html">Español</a></li>
<li><a href="/manifesto_fil.html">Filipino</a></li>
<li><a href="/manifesto_fr.html">Français</a></li>
@ -26,11 +27,16 @@
<h1>The Hacker Manifesto</h1>
<p>
This is our world now... the world of the electron and the switch, the beauty of the baud. We make use of a service already existing without paying for what could be dirt-cheap if it wasn't run by profiteering gluttons, and you call us criminals. We explore... and you call us criminals. We seek after knowledge... and you call us criminals. We exist without skin color, without nationality, without religious bias... and you call us criminals. You build atomic bombs, you wage wars, you murder, cheat, and lie to us and try to make us believe it's for our own good, yet we're the criminals.</p>
<p>Yes, I am a criminal. My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive me for.</p>
<p>I am a hacker, and this is my manifesto. You may stop this individual, but you can't stop us all... after all, we're all alike.
</p>
This is our world now... the world of the electron and the switch, the beauty of the baud. We make use of a service already existing without paying for what could be dirt-cheap if it wasn't run by profiteering gluttons, and you call us criminals. We explore... and you call us criminals. We seek after knowledge... and you call us criminals. We exist without skin color, without nationality, without religious bias... and you call us criminals. You build atomic bombs, you wage wars, you murder, cheat, and lie to us and try to make us believe it's for our own good, yet we're the criminals.
</p>
<p>
Yes, I am a criminal. My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive me for.
</p>
<p>
I am a hacker, and this is my manifesto. You may stop this individual, but you can't stop us all... after all, we're all alike.
</p>
</div>
</body>

52
manifesto_fr.html Normal file
View File

@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<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>The Hacker Manifesto</title>
</head>
<body>
<div class="navbar">
<ul>
<li><a href="/index_fr.html">Page d'accueil</a></li>
<li><a href="/manifesto.html">English</a></li>
<li><a href="/manifesto_es.html">Español</a></li>
<li><a href="/manifesto_fil.html">Filipino</a></li>
<li><a href="/manifesto_srl.html">Srpski (Latinica)</a></li>
<li><a href="/manifesto_src.html">Српски (Ћирилица)</a></li>
</ul>
</div>
<div class="text-block">
<h1>The Hacker Manifesto</h1>
<p>
Voila notre monde maintenant... le monde des électrons et des commutateurs réseaux, la beauté du débit. Nous utilisons un service qui existe déja qu'on aurait payé pour très peu si seulement ça n'était pas dirigé par des gloutons avides et vous nous traitez de criminels. Nous explorons... et vous nous traitez de criminels. Nous cherchons la connaisance et vous nous traitez de criminels. Nous existons sans couleurs de peau, sans nationalités, sans biais religieux.... and vous nous traitez de criminels. Vous fabriquez de bombes atomiques, vous déclarez des guerres, vous assasinez, trichez et mentez sur nous et vous essayez de nous faire croire que c'est pour notre bien, pourtant nous somme les criminels.
</p>
<p>
Oui, je suis un criminel. Mon crime est d'avoir était curieux. Mon crime est d'avoir jugé les gens par les pensées et paroles, et non pars leurs apparences.
</p>
<p>
Je suis un hacker, et voici mon manifeste. Vous pourriez m'arrêter, mais vous pouvez pas tous nous arrêter..... après tout... nous sommes tous pareils.
</p>
</div>
</body>
</html>