Blame view

circus/help/pt_br/index.html 420 Bytes
8d0dc533f   Madiel de Souza Conserva Filho   first
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <HTML>
  <HEAD>
      <TITLE>CRefine</TITLE>
      <link rel=stylesheet type="text/css" href="./estilo.css">
  </HEAD>
  
  <FRAMESET cols="220,*" noresize frameborder="0">
      <FRAME name="menu" src="menu.html"  scrolling="no" noresize>
      <FRAME name="body" src="welcome.html"  scrolling="yes" noresize>
  
  	<NOFRAMES>
  		<H1>Sorry, but your browser does not support frames.</H1>
  	</NOFRAMES>
  
  </FRAMESET>
  
  </HTML>