correction de liens

This commit is contained in:
Esenjin 2022-09-16 21:51:20 +02:00
parent 4b9ea69ae5
commit 8aaa0cfcfd
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<title>Teumbleur</title>
<meta property="og:title" content="Teumbleur">
<meta property="og:image" content="logo.png">
<meta property="og:image" content="https://concepts.esenjin.xyz/teumbleur/v3/logo.png">
<meta property="og:description" content="Albums d'illustrations des waifus d'Esenjin.">
<link rel="shortcut icon" id="favicon" href="favicon.ico">
@ -15,7 +15,7 @@
<body>
<div align="center"><img src="logo.png" /></div>
</br>
<center><p>Vous pouvez également aller faire un tour sur <a href="http://esenjin.xyz" target="_blank">mon blog</a>, j'y raconte de temps à autre des choses.</p></center>
<center><p>Vous pouvez également aller faire un tour sur <a href="https://esenjin.xyz" target="_blank">mon blog</a>, j'y raconte de temps à autre des choses.</p></center>
</br></br>
<?php
@ -35,7 +35,7 @@ if(!empty($fichier)){
echo "\t\t<ul class=rien>\n";
foreach($fichier as $lien) {
echo "<div align=\"center\"><a href=\"$dir_nom/$lien\" target=\"_blank\"><img src=\"$dir_nom/$lien \"></a></div>\r
<div align=\"center\"><p>&#128269; <a href=\"http://saucenao.com/search.php?db=999&url=http://concepts.esenjin.xyz/teumbleur/v3/img/$lien\" target=\_blank>source</a></p></div>\r\r </br></br>";
<div align=\"center\"><p>&#128269; <a href=\"http://saucenao.com/search.php?db=999&url=https://concepts.esenjin.xyz/teumbleur/v3/img/$lien\" target=\_blank>source</a></p></div>\r\r </br></br>";
}
echo "\t\t</ul>";
}