Update of /cvsroot/firebug/firebug/web
In directory sc8-pr-cvs1:/tmp/cvs-serv4055
Added Files:
overview.html
Log Message:
Added overview.
--- NEW FILE: overview.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<link type="text/css" rel="stylesheet" href="main.css" />
<link type="text/css" rel="stylesheet" href="firebug.css" />
<script language="JavaScript1.2" src="/main.js" type="text/javascript"></script>
<link rel="SHORTCUT ICON" href="./images/favicon.ico" />
<title>Overview of FireBug</title>
</head>
<body>
<h1>Overview of FireBug</h1>
</body>
</html>
|