Documentation updates for stable release (#73)
[akkoma] / priv / static / index.html
index e848c5f8c1242d61a473fe198ed4916e324fa07e..4a304f5760025cb9b9899b5b2ab053e35a4975ff 100644 (file)
@@ -1 +1,12 @@
-<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"><!--server-generated-meta--><link rel=icon type=image/png href=/favicon.png><link href=/static/css/app.77b1644622e3bae24b6b.css rel=stylesheet><link href=/static/fontello.1600365488745.css rel=stylesheet></head><body class=hidden><noscript>To use Pleroma, please enable JavaScript.</noscript><div id=app></div><script type=text/javascript src=/static/js/vendors~app.90c4af83c1ae68f4cd95.js></script><script type=text/javascript src=/static/js/app.826c44232e0a76bbd9ba.js></script></body></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>