forked from YokaiRick/akkoma
12 lines
464 B
HTML
12 lines
464 B
HTML
<html>
|
|
<head>
|
|
<title>Akkoma</title>
|
|
<!--server-generated-meta-->
|
|
</head>
|
|
<body>
|
|
<h3>Welcome to Akkoma!</h3>
|
|
<p>If you're seeing this page, your server works!</p>
|
|
<p>In order to get a frontend to show here, you'll need to set up <code>:pleroma, :frontends, primary</code> and install your frontend of choice</p>
|
|
<a href="https://docs.akkoma.dev/stable/configuration/cheatsheet/#frontend-management">Documentation</a>
|
|
</body>
|
|
</html>
|