1 |
<html> |
2 |
<head> |
3 |
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> |
4 |
<title>ESRG Tool Set Home Page</title> |
5 |
</head> |
6 |
|
7 |
<frameset cols="183,*"> |
8 |
<frame name="contents" target="main" src="left_nav.php"> |
9 |
<frame name="main" src="welcome.php" target="_self"> |
10 |
<noframes> |
11 |
<body> |
12 |
<p align="center">Welcome To The ESRG Tool Set Home Page! The |
13 |
<i>ESRG Tool Set</i> is a tool set to assist in |
14 |
microcontroller and embedded system software development. |
15 |
Viewing this page requires a browser that supports frames |
16 |
(and if you are seeing this information, you are either viewing |
17 |
search engine results, or else your browser does not support |
18 |
frames).</p> |
19 |
</body> |
20 |
</noframes> |
21 |
</frameset> |
22 |
</html> |