techrec/client/index.html
antifaz a7a2b8b955 Modifiche ai file
Server: prima di sistemare classe
2013-09-08 17:26:05 +02:00

46 lines
617 B
HTML

<!DOCTYPE html>
<html>
<head>
<title> TechREC </title>
<script src="jquery-1.9.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="reclibrary.js"></script>
<script>
/*
TODO:
prendere lo stato !!!
*/
$(document).ready(function(){
rec_new();
});
</script>
</head>
<body>
<div id="pagecontainer">
<h1> techr*c </h1>
<h2> <a href="tempo.php"> macchina del tempo</a> </h2>
<div id="buttonscontainer"> </div>
<div id="addnewrecarea"> </div>
</div>
<div id="footer">
techbl*c
</div>
</body>
</html>