PATH:
var
/
www
/
be-nature.es
/
public
<!doctype html> <html lang="es"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>En construcción</title> <style> :root { --bg: #ffffff; --fg: #0f172a; --gap-main: 1.75rem; /* espacio entre elementos principales */ --gap-small: 1rem; /* espacio entre imágenes */ } html, body { height: 100%; margin: 0; background: var(--bg); color: var(--fg); font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .center { min-height: 100%; display: flex; align-items: center; justify-content: center; padding: 2rem; } .stack { display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--gap-main); max-width: 90vw; } .logo { width: 50%; min-width: 200px; height: auto; display: block; } .tarjeta { width: min(90vw, 720px); height: auto; display: block; margin-top: var(--gap-small); } .subtitle { font-weight: 300; letter-spacing: 0.02em; line-height: 1.4; font-size: clamp(1rem, 1.2vw + 0.9rem, 1.25rem); } </style> </head> <body> <main class="center"> <div class="stack"> <img src="logobn.svg" alt="Logo Geointegral" class="logo" loading="eager" decoding="async" /> <img src="tarjeta_Bea.svg" alt="Tarjeta Bea" class="tarjeta" loading="eager" decoding="async" /> </div> </main> </body> </html>
[-] index.html_old
[edit]
[-] xmlrpc.php
[edit]
[+]
wp-admin
[-] wp-settings.php
[edit]
[-] wp-load.php
[edit]
[+]
wp-includes
[-] wp-cron.php
[edit]
[-] wp-login.php
[edit]
[-] wp-trackback.php
[edit]
[-] wp-config.php
[edit]
[+]
..
[-] readme.html
[edit]
[-] logobn.svg
[edit]
[-] wp-blog-header.php
[edit]
[-] wp-links-opml.php
[edit]
[-] .htaccess
[edit]
[+]
wp-content
[-] wp-comments-post.php
[edit]
[-] wp-signup.php
[edit]
[-] tarjeta_Bea.svg
[edit]
[-] license.txt
[edit]
[-] wp-mail.php
[edit]
[-] wp-activate.php
[edit]
[-] index.php
[edit]
[-] wp-config-sample.php
[edit]