Add page titles, and white background through style.
git-svn-id: svn://10.0.0.236/trunk@32873 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Ender Plain Text Test Page</title>
|
||||
|
||||
<style type="text/css">
|
||||
BODY {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h2>Ender Editor Test Page</h2>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Ender Startup Page</title>
|
||||
<title>Ender Plain Text Test Page</title>
|
||||
|
||||
<style type="text/css">
|
||||
/* This style sheet should be in a seperate file */
|
||||
|
||||
@@ -1,4 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Ender Plain Text Test Page</title>
|
||||
|
||||
<style type="text/css">
|
||||
BODY {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h2>Ender Editor Test Page</h2>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Ender Startup Page</title>
|
||||
<title>Ender Plain Text Test Page</title>
|
||||
|
||||
<style type="text/css">
|
||||
/* This style sheet should be in a seperate file */
|
||||
|
||||
Reference in New Issue
Block a user