Hola amigo, aquí esta el html
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Virtual Daycohost</title>
<link href="file:///C|/Wamp/www/Prueba/Maquinas Virtuales/twoColLiqLtHdr.css" rel="stylesheet" type="text/css" />
<style type="text/css">
*{-moz-box-sizing: border-box;box-sizing: border-box}
p{margin-top:0px;margin-bottom:1em}
form{margin:0px}
input{padding:1px}
</style>
</head>
<body>
<div class="container">
<div class="header"><a href="#"><img src="logo.png" alt="Insertar logotipo aquí" name="Insert_logo" width="159" height="89" id="Insert_logo" style="background: #8090AB; display:block;" /></a>
<!-- end .header --></div>
<div class="sidebar1">
<ul class="nav">
<li><a href="#">Vínculo uno</a></li>
<li><a href="#">Vínculo dos</a></li>
<li><a href="#">Vínculo tres</a></li>
<li><a href="#">Vínculo cuatro</a></li>
</ul>
<p> </p>
<!-- end .sidebar1 --></div>
<div class="content">
<form id="form1" name="form1" method="post" action="fantasma.php">
<table width="656" height="219" border="0">
<tr>
<td width="64"> </td>
<td width="105"> </td>
<td width="135"> </td>
<td width="180"> </td>
<td width="138"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><strong>Username:</strong></td>
<td><label for="user"></label>
<input type="text" name="user" id="user" /></td>
<td> </td>
</tr>
<tr>
<td height="59"> </td>
<td> </td>
<td><strong>Password:</strong></td>
<td><label for="pass"></label>
<input type="password" name="pass" id="pass" /></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><strong>
<input type="submit" align="middle" name="boton1" id="boton1" value="Enviar" onclick="Creacion.php" />
</strong></td>
<td><input type="button" name="boton2" id="boton2" value="Cancelar" /></td>
<td> </td>
</tr>
</table>
<p><!-- end .content --></p>
</form>
</div>
<div class="footer" align="center">
<p>Sistema de gestionamiento y creación de Máquinas Virtuales.</p>
<!-- end .footer --></div>
<!-- end .container --></div>
</body>
</html>