~mdoyen/homebank/5.5.x

« back to all changes in this revision

Viewing changes to doc/index.html

  • Committer: Maxime Doyen
  • Date: 2016-10-16 08:17:03 UTC
  • Revision ID: homebank@free.fr-20161016081703-xniihzke5uf4ci1j
5.1 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
 
 
 
1
<!DOCTYPE html>
3
2
<html>
4
3
<head>
5
 
 
6
4
  <title>HomeBank User Manual</title>
7
 
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" >
8
 
  <meta name="robots" content="noindex">
9
 
  <link rel="shortcut icon" href="favicon.ico">
 
5
  <meta content="text/html; charset=utf-8" http-equiv="content-type">
 
6
  <meta content="noindex" name="robots">
 
7
  <link href="favicon.ico" rel="shortcut icon">
10
8
</head>
11
 
 
12
 
<frameset cols="232,*">
13
 
  <frame src="frm-navig.html" name="leftFrame" noresize="noresize" frameborder="0">
14
 
  <frame src="frm-main.html" name="mainFrame" frameborder="0">
15
 
 
 
9
<frameset cols="256,*">
 
10
  <frame frameborder="0" name="leftFrame" noresize="noresize" src="frm-navig.html">
 
11
  <frame frameborder="0" name="mainFrame" src="frm-main.html">
16
12
  <noframes>
17
13
    <body id="top">
18
14
    </body>
19
15
  </noframes>
20
16
</frameset>
21
 
</html>
 
17
</html>
 
 
b'\\ No newline at end of file'