Actualizar 'index.php'

This commit is contained in:
Lucas 2021-04-09 17:51:36 +00:00
parent befcbcd618
commit 309afa4f3e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if(isset($_GET["p"])){
}else{
header("Content-type: text/html");
if($website!=False){$website="<p><a href='$website'>Website</a></p>";}else{$website="";}
echo "<!DOCTYPE html><html><head><title>$title</title><style>$style</style>$custom_css</head><body><a id='logo' href='?'><h1>$title</h1></a>$website<hr><div class='notlogo'>";
echo "<!DOCTYPE html><html><head><title>$title</title><style>$style</style>$custom_css</head><body><a id='logo' href='?'><h1>$title</h1></a>$website<div class='notlogo'>";
$a=count($posts)-1;$ao=0;$next=$a+1;
while($ao < count($posts)){
echo "<p><b><a href='?p=$next'>".$posts[$a][1]."</a></b> ".$posts[$a][0]."</p>";