22 lines
592 B
Plaintext
Executable File
22 lines
592 B
Plaintext
Executable File
<html>
|
|
<head>
|
|
<title>FooBar Enterprises - Page</title>
|
|
</head>
|
|
<body>
|
|
<h1 class="header">FooBar Enterprises - Page</h1>
|
|
<hr />
|
|
<?header Headers - What good are they? header?>
|
|
<p class="para" style="text-align: justify">
|
|
This is just an introductory text. The normal way to include text like this
|
|
is to write it in Latin, but since I don't know Latin, you'll have to settle
|
|
with this little paragraph.
|
|
</p>
|
|
<?header Templates are for Wimps! header?>
|
|
<p class="para">
|
|
I'd rather have to edit all of my pages by hand when I decide to change the
|
|
unified look of my site!
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|