13 lines
430 B
PHP
13 lines
430 B
PHP
<!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>
|