Files correlati : Ricompilazione Demo : [ ] Commento : Prime modifiche git-svn-id: svn://10.65.10.50/trunk@9788 c028cbd2-c16b-5b4b-a496-9718f37d4682
20 lines
281 B
PHP
Executable File
20 lines
281 B
PHP
Executable File
<html>
|
|
<head>
|
|
<title>Admin</title>
|
|
<LINK rel="stylesheet" type="text/css" href="stile.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<table width="100%" height="100%" border="0"><tr>
|
|
<td valign="middle" align="center" class="grande">Gestione corsi</font></td></tr></table>
|
|
|
|
|
|
<?php
|
|
|
|
|
|
|
|
?>
|
|
|
|
</body>
|
|
</html>
|