techrec/client/index.html

46 lines
626 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2013-09-08 19:13:23 +02:00
<title> TechREC </title>
2013-09-08 19:13:23 +02:00
<link rel="stylesheet" type="text/css" href="css/style.css">
2013-09-08 19:13:23 +02:00
<script src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/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>