22 lines
437 B
HTML
22 lines
437 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>Abs [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<frameset rows="40%,60%">
|
|
<frame name="nav_top" src="nav_top.html" />
|
|
<frame name="nav_bottom" src="nav_bottom.html" />
|
|
<noframes>
|
|
<body>
|
|
Your browser does not support frames.
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
|
|
</html>
|