ansible-playbooks/templates/home-username-public_html-index.j2

9 lines
184 B
Plaintext
Raw Normal View History

<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>