gecko-dev/suite/debugQA/content/EditorInitPagePlain.html

39 строки
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 &lt;PRE&gt; 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>