6 lines
156 B
PHP
Executable File
6 lines
156 B
PHP
Executable File
<?php
|
|
header('Content-Type: text/html; charset=utf-8');
|
|
echo date("D M j G:i:s T Y");
|
|
?>
|
|
<br><br>
|
|
Página 1 <a href="link2.php">link a Página 2</a><br>
|