Add 'roles/shell/files/etc/skel/public_html/index.html'
This commit is contained in:
parent
8393c91c67
commit
888e8a7e88
|
@ -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>
|
Loading…
Reference in New Issue