зеркало из https://github.com/mozilla/pjs.git
First Checked In.
This commit is contained in:
Родитель
ea61484c39
Коммит
a26e4b1525
|
@ -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>
|
Загрузка…
Ссылка в новой задаче