17 lines
478 B
HTML
17 lines
478 B
HTML
|
<!doctype html public "-//IETF//DTD HTML 4.0//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>STAB Reference</title>
|
||
|
<link rel="stylesheet" href="../webdocs.css">
|
||
|
</head>
|
||
|
<frameset cols="25%,75%">
|
||
|
<frame src = "stab-index.html" name="stab-index" scrolling="YES">
|
||
|
<frame src = "stab-desc.html" name="stab-display">
|
||
|
</frameset>
|
||
|
<noframes>
|
||
|
<!-- add code here for browsers that do not support frames -->
|
||
|
Your browser sucks and does not support frames, sorry.
|
||
|
</noframes>
|
||
|
|
||
|
</html>
|