Files
prueba-aplicaciones-web/index.php
Daniel Cortés fdada2adcc zi
2019-12-13 13:53:12 -03:00

13 lines
227 B
PHP

<?php include("includes/_config.php")?>
<!doctype html>
<html>
<head>
<?php include("includes/_head.php")?>
</head>
<body>
<?php include("includes/_navbar.php")?>
<?php include("includes/_scripts.php")?>
</body>
</html>