Add 'roles/shell/files/etc/skel/public_html/index.html'

This commit is contained in:
Anton McClure 2019-03-24 09:09:45 -04:00
parent 8393c91c67
commit 888e8a7e88
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!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>