mirror of
https://github.com/FranP-code/Visit-counter.git
synced 2025-10-12 23:52:54 +00:00
Hecho el CSS principal
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
require 'logic.php';
|
||||
|
||||
$c = 665;
|
||||
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
@@ -15,12 +17,10 @@ require 'logic.php';
|
||||
<link rel="stylesheet" href="normalize.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="blue-circle">
|
||||
<div class="gray-rectangle">
|
||||
<h2 class="visits">VISITAS</h2>
|
||||
<h2 class="amount"><?php $c ?></h2>
|
||||
</div>
|
||||
<h2 class="amount"><?php echo $c ?></h2>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user