31 lines
790 B
HTML
31 lines
790 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<style>
|
|
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
body { background-color: #A0A0FF; }
|
|
.rc_number { color: #800000; }
|
|
.rc_string { color: green; }
|
|
.rc_keyword { color: blue; font-weight: bold; }
|
|
.rc_comment { color: #0A0A0A; }
|
|
#rc_code { font-family: Consolas,"courier new"; background-color: #f1f1f1; padding: 2px; font-size: 105%; }
|
|
|
|
</style>
|
|
|
|
<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>
|