geekoops-nginx/templates/index.j2
Felix Niederwanger e9045aa96d
Revive the role
This commit revives the role after a long slumber. I've updated the Leap
and Debian versions and fixes some minor issues that occured while
testing.
2022-06-27 13:33:40 +02:00

14 lines
260 B
Django/Jinja

<!doctype html>
<html>
<head>
<title>Lempo</title>
</head>
<body>
<h1>Default page for lempo</h1>
<p>Congratulations! Your LEMPO role has been successfully installed on this server</p>
<ul>
<li>Visit <a href="phpinfo.php">phpinfo.php</a>
</ul>
</body>
</html>