30 lines
637 B
HTML
30 lines
637 B
HTML
<HTML>
|
|
<HEAD>
|
|
<STYLE>
|
|
|
|
H1 {
|
|
font: bold 12pt verdana;
|
|
color: maroon
|
|
}
|
|
|
|
H2 {
|
|
font: bold 10pt verdana;
|
|
color: navy
|
|
}
|
|
|
|
P {
|
|
font: 10pt verdana;
|
|
color:navy
|
|
}
|
|
|
|
</STYLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<!--TOOLBAR_START--><!--TOOLBAR_EXEMPT--><!--TOOLBAR_END-->
|
|
<h1>Home</h1>
|
|
|
|
<p>hometext hometext hometext hometext hometext hometext hometext hometext
|
|
hometext hometext hometext hometext hometext hometext hometext hometext</p>
|
|
|
|
</BODY>
|
|
</HTML> |