akkoma/priv/static/index.html
floatingghost 82fa766ed7
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
Remove precompiled javascript (#55)
Reviewed-on: #55
2022-07-08 13:03:18 +00:00

12 lines
470 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/main/backend/configuration/cheatsheet/#frontend-management">Documentation</a>
</body>
</html>