source: cmtsite/index.html @ 305

Last change on this file since 305 was 268, checked in by garonne, 18 years ago

Ajout phpmyvisites

  • Property svn:eol-style set to native
File size: 645 bytes
Line 
1<!--
2//-----------------------------------------------------------
3// Copyright Christian Arnault LAL-Orsay CNRS
4// arnault@lal.in2p3.fr
5// See the complete license in cmt_license.txt "http://www.cecill.info".
6//-----------------------------------------------------------
7-->
8
9<html>
10
11  <head>
12    <title>CMT</title>
13
14  </head>
15  <frameset cols="15%, *" border="4">
16
17    <frame name="Table" 
18           src="table.html"
19           marginheight=0 border="2" noresize scrolling="auto">
20
21    <frame name="Contents"
22           src="intro.html" marginwidth="0"
23           marginheight=0 border="2" noresize scrolling="auto">
24
25  </frameset>
26</html>
27
Note: See TracBrowser for help on using the repository browser.