Пример #1
0
<!DOCTYPE HTML>
<html>
	<head>
		<title>Datos Cargados</title>
		<link href="estilo.css" rel="stylesheet" type="text/css">
	</head>
	<body>
					<!-- Header -->
			<div id="header">
				<div class="container">						
								<div id="sidebar" class ="4u">
									<a href="">	Datos Cargados</a></p>
									<?php 
include "registro.php";
$con = new conexion();
$con->registro();
?>
					
								</div>
								<form name = "cargarDatos" method = "post" action = "registrarse_menu.html">
									<input value = "Volver" name = "submit" type = "submit"/>
								</form>
				</div>
			</div>
			<!-- Copyright -->
			<div id="copyright">
				<right>Copyright &copy; 2016 Tania Rodriguez
			</div>			
	</body>
</html>