mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
39 lines
750 B
HTML
39 lines
750 B
HTML
<html>
|
|
<head>
|
|
<title>Ender Startup Page</title>
|
|
|
|
<style type="text/css">
|
|
/* This style sheet should be in a seperate file */
|
|
|
|
BODY {
|
|
/* font-family: monospace; */
|
|
/* white-space: pre; */
|
|
background-color: #FFFFFF;
|
|
/* width: 450px; this is a bogus, hard-coded value */
|
|
margin: 4px 4px 4px 4px;
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<pre cols="80">
|
|
80 char width (for reference only)
|
|
|----------------------------------------------------------------------------|
|
|
|
|
This entire body is in a <PRE> tag, wrapped to 80 columns.
|
|
|
|
Typed text will wrap to the window width. To get wrapping at a fixed width, play with the BODY style in this HTML file.
|
|
|
|
Welcome to the Gecko Editor Test Bed
|
|
|
|
Try typing something...
|
|
|
|
|
|
</pre>
|
|
</body>
|
|
</html>
|