Update index.php

This commit is contained in:
Lucas 2021-09-12 18:09:44 -03:00 committed by GitHub
parent c46dcbc2b9
commit d846c85f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,19 +13,19 @@ $entries = ($query) ? $mb->getEntries($query) : $mb->getEntries('all');
?>
<!DOCTYPE html>
<html lang="es">
<html lang="<?= $lang ?>">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php echo($nick) ?>@<?= $_SERVER['HTTP_HOST'] ?>)</title>
<title><?php echo "{$name} ({$nick}@{$_SERVER['HTTP_HOST']})" ?></title>
<link rel="icon" href="<?php echo $avatar ?>">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<a href="?"><header>
<h1><img src="<?= $avatar ?>" alt="Avatar"> <?= $name ?> <span id="nick" style="font-weight:normal;font-size:50%">(<?php echo $nick ?>@<?php echo $_SERVER['HTTP_HOST'] ?>)</span></h1>
<h1><img src="<?= $avatar ?>" alt="Avatar"> <?= $name ?> <span id="nick" style="font-weight:normal;font-size:50%"><?php echo "({$nick}@{$_SERVER['HTTP_HOST']})" ?></span></h1>
</header></a>
<div id="subh"><br>
<desc><?= $description ?><?php echo("<a style='color:#e0e0e0;cursor:default'>.</a><a href='$url'><button id='follow'>Follow</button></a>"); ?></desc>