This commit is contained in:
sfraser%netscape.com 1999-03-11 23:30:44 +00:00
Родитель 4cb22e817d
Коммит 13a50cda2d
1 изменённых файлов: 34 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,34 @@
<html>
<head>
<title>Ender Startup Page</title>
<style type="text/css">
/* This style sheet should be in a seperate file */
BODY {
font-family: monospace;
background-color: #FFFFFF;
/* width: 450px; this is a bogus, hard-coded value */
margin: 4px 4px 4px 4px;
}
</style>
</head>
<body>
<p>Typed text will wrap to the window width. To get
wrapping at a fixed width, play with the BODY style in this HTML
file.</p>
<p>72 char width (for reference only)</p>
<p>|----------------------------------------------------------------------|</p>
<p>Welcome to the Gecko Editor Test Bed</p>
<P>Try typing something...</P>
</body>
</html>