Create home-username-public_html-index.j2

This commit is contained in:
Will Bradley 2013-09-26 04:56:44 -07:00
parent 86d9e38c9a
commit cc8b74c61e

View File

@ -0,0 +1,8 @@
<html>
<style type="text/css">
body {background-color: black; color: white; font-family: Arial, Helvetica, sans-serif; }
</style>
<body>
<h1>{{ domain_name }}</h1>
</body>
</html>