Compare commits

4 Commits
main ... main

Author SHA1 Message Date
d32442a53c Upload files to "/" 2026-02-22 14:04:05 -05:00
80ac3b3bd8 Update manifesto.html 2026-02-22 13:19:15 -05:00
ccd0711b2a Update manifesto.html 2026-02-22 12:46:17 -05:00
848541afb3 Add manifesto.html 2026-02-22 12:45:55 -05:00
2 changed files with 96 additions and 0 deletions

44
manifesto.html Normal file
View File

@ -0,0 +1,44 @@
<!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.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>
<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>
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>
</html>

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>