geekoops-nginx/templates/index.html.j2
felix.niederwanger@suse.com a7bc2ae71b first commit
2021-03-24 09:46:11 +01: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>