-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomonexus.php
More file actions
18 lines (17 loc) · 781 Bytes
/
homonexus.php
File metadata and controls
18 lines (17 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="es">
<head>
<title>Experimento Homonexus</title>
<?php include __DIR__ . '/includes/head_common.php'; ?>
</head>
<?php require_once __DIR__ . '/includes/homonexus.php'; ?>
<body class="alabaster-bg <?php echo homonexus_body_class(); ?>">
<?php require_once __DIR__.'/fragments/header.php'; ?>
<main class="container py-5">
<h1>Bienvenido al Modo Homonexus</h1>
<p>Esta página demuestra una interfaz empática donde la IA y el ser humano se fusionan como <strong>Sofía</strong>.</p>
<p>Utiliza el botón ∞ para activar o desactivar la metamorfosis de los menús y sentir el flujo telepático de la información.</p>
</main>
<?php require_once __DIR__ . '/fragments/footer.php'; ?>
</body>
</html>