prim
This commit is contained in:
commit
82ec9a51b9
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# kilombo.top
|
||||
|
||||
Début d'un squelettes SPIP pour le site https://kilombo.top.
|
||||
|
10
css/kilombo.css
Normal file
10
css/kilombo.css
Normal file
@ -0,0 +1,10 @@
|
||||
header h1 img {
|
||||
margin-left: 0.5em;
|
||||
margin-right: 0.5em;
|
||||
max-height: 0.8em;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
footer a {
|
||||
text-decoration: none;
|
||||
}
|
BIN
images/favicon.png
Normal file
BIN
images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
63
sommaire.html
Normal file
63
sommaire.html
Normal file
@ -0,0 +1,63 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr" dir="ltr">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Titre de la page de travail | Labo html</title>
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="" />
|
||||
<meta name="robots" content="archive,index,follow" />
|
||||
<link href="css/main.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../dependances/fork-awesome/css/fork-awesome.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../dependances/simple.css/simple.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/kilombo.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="shortcut icon" href="images/favicon.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h1>
|
||||
<img src="images/favicon.png" alt="Étoile rouge à cinq branche dans une autre étoile à cinq branches.">
|
||||
Kilombo
|
||||
<img src="images/favicon.png" alt="Étoile rouge à cinq branche dans une autre étoile à cinq branches.">
|
||||
</h1>
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<h2>Plandemia</h2>
|
||||
|
||||
<article>
|
||||
Du contenu sur <a href="https://kilombo.top/rubrique4">Actualité à propos de la Plandémie</a>
|
||||
</article>
|
||||
|
||||
<h2>Proletarios Internacionalistas</h2>
|
||||
|
||||
<article>
|
||||
Il y a <a href="https://proletariosinternacionalistas.kilombo.top">le site sur kilombo.top</a>
|
||||
et celui sur <a href="https://www.proletariosinternacionalistas.com/">simplesite.com</a>.
|
||||
</article>
|
||||
|
||||
<h2>International Communist Group / Grupo Comunista Internacionalista</h2>
|
||||
|
||||
<article>
|
||||
Il y a <a href="https://icg-gci.kilombo.top">le nouveau site</a>,
|
||||
aussi <a href="https://icg-old.kilombo.top">l'ancien site</a>
|
||||
et le <a href="https://cdrom.kilombo.top">CD-ROM mis en ligne</a>.
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
<p><i class="fa fa-copyright fa-flip-horizontal"></i> 2022 - Kilombo</p>
|
||||
<p><i class="fa fa-heart-o"></i> <a href="https://forkaweso.me">Fork Awsome</a>
|
||||
| <i class="fa fa-heart-o"></i> <a href="https://simplecss.org">SimpleCSS</a></p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user