]> matita.cs.unibo.it Git - helm.git/blob - helm/mowgli/home/templates/home.html
d7e3fbaf51bb79493b124106b9033530146ef1ab
[helm.git] / helm / mowgli / home / templates / home.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml">
5
6   <head>
7     <title>MoWGLI Home Page</title>
8     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
9     <link rel="stylesheet" href="../style/mowgli.css" type="text/css"/>
10   </head>
11
12   <body class="content">
13     <blockquote>
14       <table width="100%" border="0" cellspacing="0" cellpadding="0">
15         <tr>
16           <td align="left" valign="top">
17             <img alt="MoWGLI Logo" src="../images/mowgli_combo.gif"/>
18           </td>
19           <td align="right" valign="top">
20             <a href="http://www.cordis.lu/ist"><img border="0" alt="IST Logo" src="../images/istdrop.gif"/></a>
21           </td>
22         </tr>
23       </table>
24       
25       <br />
26       <h3>A few lines</h3>
27       with a brief description of the project
28       and possibly links to the member sites.
29       A link to a more detailed section should be provided
30       here, so that newcomers don't have to look inside the menu to read more.
31       
32       <br /><br />
33       <hr width="100%"/>
34       
35       <h3>Latest News</h3>
36
37       <dl class="news">
38         <dt class="news">January 19, 2002</dt>
39         <dd class="news">first web pages created (lp).</dd>
40
41         <dt class="news">???, 2001</dt>
42         <dd class="news">The MoWGLI project was born
43         </dd>
44       </dl>
45       
46       <hr width="100%"/>
47       
48       <div class="small">
49       <table border="0" cellspacing="0" cellpadding="0" width="100%">
50         <tr>
51           <td align="left" valign="top">
52             This pages are hosted by the
53             <a href="http:/www.cs.unibo.it">Department of Computer Science</a>,
54             <a href="http://www.unibo.it">University of Bologna</a>.
55           </td>
56           <td align="right" valign="top">
57             <a href="http://www.cordis.lu/ist"><img border="0" alt="IST Logo Small" src="../images/istbutton_small.gif"/></a>
58           </td>
59         </tr>
60       </table>
61       </div>
62     </blockquote>
63   </body>
64
65 </html>