Comparer les révisions

...

4 Révisions

Auteur SHA1 Message Date
Albirew b7035a0337 Update README.md 2022-05-28 18:28:24 +02:00
Albirew 3a9a0f64cb added footer customization ability 2022-05-28 18:14:50 +02:00
Albirew 84dfe49076 removed external dependencies (except wikipedia) 2022-05-28 17:55:55 +02:00
Albirew bebdf5c017 added favicon 2022-05-28 17:54:12 +02:00
6 fichiers modifiés avec 13 ajouts et 6 suppressions

1
.gitignore externe
Voir le fichier

@ -1 +1,2 @@
/volumes/*
/foot.php

Voir le fichier

@ -2,7 +2,7 @@
===
[![LICENSE](https://img.shields.io/badge/license-CC0-blue.svg)](LICENSE.md)
**[LeLA sur la HHH (NSFW)](https://lel.hhh-world.com/)**
**[LeLA sur la HHH (NSFW)](https://lel.anesis.tk/)**
Documentation
===

Fichier binaire non affiché.

Après

Largeur:  |  Hauteur:  |  Taille: 408 B

BIN
favicon.ico Fichier normal

Fichier binaire non affiché.

Après

Largeur:  |  Hauteur:  |  Taille: 56 KiB

Voir le fichier

@ -31,8 +31,8 @@
<link rel="stylesheet" href="css/imghd.css?=refresh"></link>
<!--<link rel="stylesheet" href="css/small-screen-fix.css?=refresh"></link>-->
<link rel="stylesheet" href="css/font-awesome.min.css"></link>
<link href='https://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- <link href='https://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>-->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/menu.js?=refresh"></script>
<script src="js/fonctions.js?=refresh"></script>
<script src="js/interface.js?=refresh"></script>
@ -52,8 +52,8 @@
<div id="loader"><div><img src="img/loader.png"></div></div>
<div id="theatre"></div>
<div id="credit"><a href="https://github.com/Anesis-HHH/LeLA">LeLA, la LEL HHH</a> - Développé par Lukia,Westixy et Albirew</div>
<?php if(!empty($_GET['r'])){
echo '<script> getTitle = "'.$_GET['r'].'"; </script>';
<?php if(!empty($_GET['r'])){
echo ' <script> getTitle = "'.$_GET['r'].'"; </script>';
?>
<script>
affichage = new crawler(getTitle);
@ -61,6 +61,8 @@
affichage.displayMiniature(false, "forward");
});
</script>
<?php } ?>
<?php }
if (file_exists('foot.php'))
{ include('foot.php'); } ?>
</body>
</html>

4
js/jquery-2.1.4.min.js externe Fichier normal

Diff de fichier supprimé car une ou plusieurs lignes sont trop longues