primo test
This commit is contained in:
parent
12e2e6eec7
commit
db54d7d4d0
6 changed files with 247 additions and 0 deletions
93
index.html
Normal file
93
index.html
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="it">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Che Guevara Linux</title>
|
||||
<link rel="icon" type="image/png" href="android-chrome-192x192.png">
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
text-align: center;
|
||||
background-color: #1a1a1a;
|
||||
color: #fff;
|
||||
padding: 20px;
|
||||
}
|
||||
.container {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
h1, h2 {
|
||||
color: #f00;
|
||||
}
|
||||
ul {
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
ul li::before {
|
||||
content: "🔥 ";
|
||||
}
|
||||
.social-links {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.social-links a {
|
||||
margin: 0 10px;
|
||||
color: white;
|
||||
font-size: 1.5em;
|
||||
text-decoration: none;
|
||||
opacity: 0.8;
|
||||
}
|
||||
.social-links a:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.cta-button {
|
||||
display: inline-block;
|
||||
margin-top: 20px;
|
||||
padding: 15px 30px;
|
||||
background-color: #ff6b6b;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
border-radius: 25px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.feature-card {
|
||||
background: #333;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<img src="che.jpg" alt="Che Guevara Linux" width="555">
|
||||
<h1>PCOfficina Milano annuncia: la Rivoluzione è iniziata!</h1>
|
||||
<p>Oggi, 1° aprile 2025, facciamo un passo audace verso la libertà assoluta!</p>
|
||||
|
||||
<h2>🚀 Caratteristiche rivoluzionarie:</h2>
|
||||
<div class="feature-card">Installazione collettiva 🏛: ogni pacchetto viene discusso e approvato in assemblea.</div>
|
||||
<div class="feature-card">Root per tutti 🔓: la vera libertà non ha gerarchie... né firewall!</div>
|
||||
<div class="feature-card">Aggiornamenti basati sulla dialettica 📢: ogni update è una rivoluzione.</div>
|
||||
<div class="feature-card">Desktop Environment "Guerrilla DE" 🎭: minimale e pronto alla battaglia.</div>
|
||||
<div class="feature-card">Compatibilità estrema 🏚: funziona su qualsiasi hardware!</div>
|
||||
<div class="feature-card">Rimozione del codice capitalista ✊🔥: niente più Red Hat, Oracle e SELinux!</div>
|
||||
<div class="feature-card">Via systemd! ⛔️: sostituito da un sistema più modulare e collettivista.</div>
|
||||
|
||||
<p><strong>Hasta la compilación siempre! ✊🐧🔥</strong></p>
|
||||
|
||||
<a class="cta-button" href="/download">Download Che Guevara Linux</a>
|
||||
|
||||
<div class="social-links">
|
||||
<h2>Segui la rivoluzione:</h2>
|
||||
<a href="https://pansi21.xyz">📢Twitter</a>
|
||||
<a href="https://pansi21.xyz">🐠GitHub</a>
|
||||
<a href="https://pansi21.xyz">🎉Reddit</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue