forked from tuckerbalch/QSTK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (44 loc) · 1.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>quantsoftware.org</title>
<style type="text/css">
<!--
.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}
.style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
-->
</style>
</head>
<body>
<table width="100%" border="0">
<tr>
<td width="19%"><img src="Images/stockmarket135.jpg" alt="stockmarket image" width="125" height="135" /></td>
<td width="78%"><p class="style1">
<B>QuantSoftware ToolKit</B>
For information about the QuantSoftware ToolKit (QSTK), please visit the main site at:
<A HREF="http://wiki.quantsoftware.org">wiki.quantsoftware.org</A>. That site includes details about downlaoding and installation as well as tutorials.</p>
<LI>QSTK API documents are located in the Docs directory:
<A HREF="Docs/index.html">Docs/index.html</A>
</UL>
<td width="3%"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>