HTML y CSS de la pagina para definir la cantidad de visitas listos

This commit is contained in:
2021-05-23 18:52:36 -03:00
parent d1cc880a25
commit 7601ad829e
6 changed files with 200 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ if (file_exists('./visits.txt')) {
?>
<!DOCTYPE html>
<html lang="en">
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -28,8 +28,11 @@ if (file_exists('./visits.txt')) {
<div class="gray-rectangle">
<h2 class="visits">VISITAS</h2>
<h2 class="amount"><?php echo $c ?></h2>
</div>
</div>
</div>
</div>
<a href="./definer.html"><button>
Definir la cantidad de visitas
</button></a>
</body>
</html>