]> matita.cs.unibo.it Git - helm.git/blob - helm/mowgli/home/templates/home.html
7edfbb24a0cb2536fdf05d141c980abcac98f014
[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     <div class="center">
14       <br />
15       <img src="../images/mowgli_combo.gif"/>
16     </div>
17
18     <blockquote>
19       <br />
20       <h3>A few lines</h3>
21       with a brief description of the project
22       and possibly links to the member sites.
23       A link to a more detailed section should be provided
24       here, so that newcomers don't have to look inside the menu to read more.
25       
26       <br /><br />
27       <hr width="100%"/>
28       
29       <h3>Latest News</h3>
30
31       <dl class="news">
32         <dt class="news">January 19, 2002</dt>
33         <dd class="news">first web pages created (lp).</dd>
34
35         <dt class="news">???, 2001</dt>
36         <dd class="news">The MoWGLI project was born
37         </dd>
38       </dl>
39       
40       <hr width="100%"/>
41       
42       <div class="small">
43       This pages are hosted by the
44       <a href="http:/www.cs.unibo.it">Department of Computer Science</a>,
45       <a href="http://www.unibo.it">University of Bologna</a>.
46       </div>
47     </blockquote>
48   </body>
49
50 </html>