Remove precompiled javascript #55
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,12 @@
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Akkoma</title>
|
||||||
|
<!--server-generated-meta-->
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h3>Welcome to Akkoma!</h3>
|
<h3>Welcome to Akkoma!</h3>
|
||||||
<p>If you're seeing this page, your server works!</p>
|
<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>
|
<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>
|
||||||
<!--server-generated-meta-->
|
<a href="https://docs.akkoma.dev/main/backend/configuration/cheatsheet/#frontend-management">Documentation</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue