ftmemsim-valgrind/docs/index.html
Nicholas Nethercote 8291bb8643 Removed files that are now elsewhere (in core/docs/ and memcheck/docs/),
setup basic skeleton linking to core + skin docs.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1096
2002-09-23 13:10:54 +00:00

34 lines
1.1 KiB
HTML

<html>
<head>
<title>Valgrind</title>
<base target="main">
<style type="text/css">
<style type="text/css">
body { background-color: #ffffff;
color: #000000;
font-family: Times, Helvetica, Arial;
font-size: 14pt}
h4 { margin-bottom: 0.3em}
code { color: #000000;
font-family: Courier;
font-size: 13pt }
pre { color: #000000;
font-family: Courier;
font-size: 13pt }
a:link { color: #0000C0;
text-decoration: none; }
a:visited { color: #0000C0;
text-decoration: none; }
a:active { color: #0000C0;
text-decoration: none; }
</style>
</head>
<body>
<h2>Documentation Contents</h2>
<a href="../core/docs/index.html"><b>Core</b></a><br>
<a href="../memcheck/docs/index.html"><b>memcheck</b></a><br>
<a href="../cachegrind/docs/index.html"><b>Cachegrind</b></a><br>
</body>
</html>