File: index.html

package info (click to toggle)
ices2 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,224 kB
  • sloc: sh: 11,327; ansic: 7,361; xml: 162; makefile: 100
file content (22 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <title>IceS v2.0 Documentation</title>
  <link rel="STYLESHEET" type="text/css" href="style.css">
 </head>
 <body>
  <div class=boxtest>
   <h1>IceS v2.0 Documentation<br><br>Table of Contents</h1>
   <table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
   <ul>
     <li><a href="intro.html">Introduction</a>
     <li><a href="basic.html">Basic Setup</a>
     <li><a href="config.html">Config File</a>
     <li><a href="inputs.html">Input modules</a>
     <li><a href="faq.html">FAQ</a>
   </ul>
  </div>
 </body>
</html>