This commit is contained in:
2026-07-12 18:57:41 +02:00
parent 53e4d33d05
commit 014e5280c3
6 changed files with 850 additions and 300 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Innercys</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
<link href="/_/style.css" rel="stylesheet">
</head>
<body>
<?php include "/var/www/html/_/comp/Header.php"; ?>
</body>
</html>