17 lines
484 B
HTML
17 lines
484 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>The mysql application</title>
|
|
</head>
|
|
<frameset cols="20%,80%">
|
|
<frame src="modules-frame.html" name="modulesFrame" title="">
|
|
|
|
<frame src="overview-summary.html" name="overviewFrame" title="">
|
|
<noframes>
|
|
<h2>This page uses frames</h2>
|
|
<p>Your browser does not accept frames.
|
|
<br>You should go to the <a href="overview-summary.html">non-frame version</a> instead.
|
|
</p>
|
|
</noframes>
|
|
</frameset>
|
|
</html> |