20 lines
278 B
HTML
20 lines
278 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Site Index</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>www</h1>
|
||
|
<p>this is my www.</p>i
|
||
|
|
||
|
<pre>
|
||
|
|
||
|
When a man knows he is to be hanged in a fortnight, it concentrates his
|
||
|
mind wonderfully.
|
||
|
-- Samuel Johnson
|
||
|
</pre>
|
||
|
|
||
|
</body>
|
||
|
</html>
|