web/inc/debut.php

121 lines
4.5 KiB
PHP
Raw Normal View History

<?php
2018-08-27 16:00:21 +02:00
function head($adresse) {
require "page.php";
2018-08-27 16:00:21 +02:00
?>
2018-10-11 09:56:04 +02:00
<!DOCTYPE HTML>
<html lang="fr" id="haut">
<head>
<meta charset="UTF-8">
2018-10-11 09:56:04 +02:00
<title><?php echo $page['titre']; ?> | Ant</title>
<link rel="icon" type="image/ico" href="img/favicon.ico">
2018-10-11 09:56:04 +02:00
<meta name="author" lang="fr" content="Miraty">
<meta name="publisher" content="Ant">
<meta name="distribution" content="global">
<meta name="robots" content="index, follow">
<meta name="keywords" lang="fr" content="antopie.org, Ant, Miraty, Antopie">
<meta name="description" content="<?php echo $page['description']; ?>">
<script src="bibli/konami.js"></script>
<script>
var gomez = new Konami(function() { var div = document.getElementById('gomeza'), display = getComputedStyle(div, null).display; if(display == "block") { document.getElementById("gomeza").style.display = "none"; } else { document.getElementById("gomeza").style.display = "block"; }});
</script>
<style>
<?php require("bibli/lessphp/lessc.inc.php");
$less = new lessc;
echo $less->compileFile("style/vrac.less"); ?>
</style>
<link rel="stylesheet" href="bibli/animate.min.css">
2018-10-11 09:56:04 +02:00
</head>
2018-08-27 16:00:21 +02:00
<body lang="fr">
<div class="main">
<div>
<nav class="menugauche"><a href="index.php" class="option optionhaute fin-it">
<div class="logo"><img src="img/ant.png" width="100%" alt="Logo Ant" /></div>
2018-08-27 16:00:21 +02:00
<?php
switch (mt_rand(1, 11)) {
2018-08-27 16:00:21 +02:00
case 1: ?>
Antièrement libre
<?php break;
case 2: ?>
https://www.antopie.org
<?php break;
case 3: ?>
À l'Antipode des GAFAM
2018-08-27 16:00:21 +02:00
<?php break;
case 4: ?>
Anterrons le capitalisme
<?php break;
case 5: ?>
2018-08-27 16:00:21 +02:00
Pour la liberté d'Anternet !
<?php break;
case 6: ?>
2018-08-27 16:00:21 +02:00
Le slogan trop marrAnt !
<?php break;
case 7: ?>
2018-08-27 16:00:21 +02:00
Sans publicités gênAntes
<?php break;
case 8: ?>
2018-08-27 16:00:21 +02:00
FAntastique !
<?php break;
case 9: ?>
2018-08-27 16:00:21 +02:00
Un site fourmillittAnt
<?php break;
case 10: ?>
2018-08-27 16:00:21 +02:00
Fourmiedable !
<?php break;
case 11: ?>
2018-09-08 16:46:45 +02:00
100% indépendAnt
2018-08-27 16:00:21 +02:00
<?php break;
} ?>
</a>
2018-10-28 12:51:02 +01:00
<div class="dossier">
<div class="nomdossier">
Services
</div>
<a href="https://video.antopie.org/" class="petiteoption optiondossier option icon-video" >
PeerTube
</a>
<a href="https://code.antopie.org/" class="petiteoption optiondossier option icon-git" >
Gitea
</a>
<a href="https://qr.antopie.org/" class="petiteoption optiondossier option icon-qrcode-1" >
Générateur de codes QR
2018-10-28 12:51:02 +01:00
</a>
<a href="https://nuage.antopie.org/" class="petiteoption optiondossier option icon-cloud" >
Nextcloud
</a>
<a href="https://texte.antopie.org/" class="petiteoption optiondossier option icon-doc-text-inv-1" >
PrivateBin
</a>
<a href="https://up.antopie.org/" class="petiteoption optiondossier option icon-upload-cloud" >
Jirafeau
</a>
<a href="navigateur.php" class="option icon-code">
Informations du navigateur
</a>
</div>
2018-08-27 16:00:21 +02:00
</nav>
<div class="pub-carree-bloc">
<div class="pub-carree">
<script src="bibli/sense3/sense3.js" data-sense3="300x250;adblock,advertising,amazon,apple,browser,chrome,degooglisons,elementary,encyclopedia,facebook,firefox,framabookin,gafam,generic,google,linux,mac,mageia,microsoft,mozilla,opera,referrer,safari,social,system,twitter,ubuntu,wikipedia,windows,peertube;#2D2F34,#ffffff,#FFFFFF,#00d414,#ffffff,#26282C"></script>
2018-08-27 16:00:21 +02:00
</div>
</div>
<br/>
<span class="in92pack">J'aime les <a href="bibli/sense3/img/icons/adetect-300_250.php" class="li192pack">trains</a>.</span>
</div>
<div class="corps">
<div class="texte">
<?php } ?>