basededatos / app /example.php
ladogton2010's picture
todo
1fb5423
raw
history blame contribute delete
119 Bytes
<!DOCTYPE html>
<html>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>