File: /home/austral3d/fourdplan.com/fdpforge/index.html
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>AI Construction</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="res/Logo - AIConstruction.png" ></link>
</head>
<body class="template">
<div class="header">
<img src="res/Logo - AIConstruction.png">
</div>
<span>AI Construction Viewer</span>
<form action="php/comun/userLogin.php" method="post">
Usuario: <input type="text" name="user"><br>
ContraseƱa: <input type="password" name="pass"><br>
<button type="submit">Connectar</button>
</form>
</body>
<div class="template-wrap clear">
<canvas class="emscripten" id="canvas" oncontextmenu="event.preventDefault()" height="720px" width="1080px"></canvas>
<br>
</div>
<p class="footer"></p>
</html>