13 lines
356 B
HTML
13 lines
356 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>This is my home page.</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>This is my home page.</h1>
|
||
|
<p>There are many like it, but this one is mine.</p>
|
||
|
<p>You can edit this site by logging in via SSH or SFTP and editing ~/public_html/</p>
|
||
|
<hr />
|
||
|
<p><a href="//www.thunix.net">thunix.net</a></p>
|
||
|
</body>
|
||
|
</html>
|