<?php session_start(); ?>
<html>	
<head>
	<title> Wings3D - Documentacion y tutoriales. </title>
	<link rel="stylesheet" type="text/css" href="css/wings/style.css">
</head>
<body>
	<?php
		include ("config.php");
		include ("load.php");
		include ("login.php");
		load_web();
		if ($_GET["logout"])
			logout();	
	?>
</body>
</html>
