Remove precompiled javascript #55
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,12 @@
|
|||
<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 <pre>:pleroma, :frontends, :primary</pre> and install your frontend of choice</p>
|
||||
<!--server-generated-meta-->
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue