mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
29 lines
563 B
HTML
29 lines
563 B
HTML
<html>
|
|
<head>
|
|
<title>Mozilla Browser</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
</head>
|
|
<body bgcolor="#C0C0C0">
|
|
<style type="text/css">
|
|
/* This style sheet should be in a seperate file */
|
|
|
|
BODY,TD {
|
|
font-family: Sans-Serif;
|
|
background-color: #C0C0C0;
|
|
}
|
|
|
|
BODY,TD,INPUT {
|
|
font-size: 9pt;
|
|
}
|
|
BODY {
|
|
margin: 0px 0px 0px 0px;
|
|
}
|
|
</style>
|
|
|
|
<iframe src="MailToolbar.xml" name="mail.toolbar" width="100%" height="80" >
|
|
|
|
<iframe src="MailFrame.html" name="mail.webwindow" width="100%" height="500" >
|
|
|
|
</body>
|
|
</html>
|