source: MondoRescue/branches/3.1/website/news.shtml@ 3656

Last change on this file since 3656 was 2021, checked in by Bruno Cornec, 16 years ago
  • Integrates modification for support of website delivery in upcoming pb 0.9.4
File size: 949 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
3<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en" lang="en">
4 <head>
5<!--#include virtual="/head.shtml" -->
6 </head>
7 <body>
8 <!--#set var="curpage" value="index.shtml" -->
9<!--#include virtual="/top.shtml" -->
10
11 <h1>Mondo Rescue News</h1>
12 <div class="h2-1">
13 <h2>This year's News</h2>
14 </div>
15<!--#include virtual="/pb_web_cynews.html" -->
16
17 <div class="h2-2">
18 <h2>Last year's News</h2>
19 </div>
20<!--#include virtual="/pb_web_lynews.html" -->
21
22 <div class="h2-3">
23 <h2>Older News</h2>
24 </div>
25<!--#include virtual="/pb_web_pynews.html" -->
26
27 <div class="h2-4">
28 <h2>Oldest News</h2>
29 </div>
30 <p>look at these pages for old News concerning the project</p>
31 <p><a href="gossip.html">Hugo's diary preserved (2001-2003)</a>
32 </p>
33
34<!--#include virtual="/bottom.shtml" -->
35 </body>
36</html>
Note: See TracBrowser for help on using the repository browser.