aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views/others
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-03-10 15:47:00 +0100
committerLibravatar Bennett <hello@vantezzen.io>2020-03-10 15:47:00 +0100
commited4d3359d93a690587a7631ec62dccd60bbdba41 (patch)
treef23b8131d9b997b52040aa3e50898c142b6ae9ab /resources/views/others
parentAdd "IS_DASHBOARD_ENABLED" option (diff)
downloadferdium-server-ed4d3359d93a690587a7631ec62dccd60bbdba41.tar.gz
ferdium-server-ed4d3359d93a690587a7631ec62dccd60bbdba41.tar.zst
ferdium-server-ed4d3359d93a690587a7631ec62dccd60bbdba41.zip
Update index page
Diffstat (limited to 'resources/views/others')
-rw-r--r--resources/views/others/index.edge16
1 files changed, 12 insertions, 4 deletions
diff --git a/resources/views/others/index.edge b/resources/views/others/index.edge
index c594d31..d1505e1 100644
--- a/resources/views/others/index.edge
+++ b/resources/views/others/index.edge
@@ -7,9 +7,17 @@
7 margin: 0.5rem 0; 7 margin: 0.5rem 0;
8 } 8 }
9 9
10 img {
11 height: 200px;
12 margin: 0;
13 }
14
10</style> 15</style>
11<h1>ferdi-server</h1> 16
12<p>You are accessing a custom <a href="https://github.com/kytwb/ferdi">Ferdi</a> server.</p> 17<img src="https://github.com/getferdi/ferdi/raw/develop/build-helpers/images/icon.png" alt="Ferdi logo">
18
19<h1>Ferdi Server</h1>
20<p>You are accessing a custom <a href="https://github.com/getferdi/ferdi">Ferdi</a> server.</p>
13<p> 21<p>
14 To use this server in your Ferdi client, <a href="ferdi://settings/app">open Ferdi's settings</a> and as the 22 To use this server in your Ferdi client, <a href="ferdi://settings/app">open Ferdi's settings</a> and as the
15 <code>server</code>, enter <code id="server"></code> 23 <code>server</code>, enter <code id="server"></code>
@@ -20,8 +28,8 @@
20 28
21<br /> 29<br />
22<small> 30<small>
23 <a href="https://github.com/vantezzen/ferdi-server">ferdi-server</a> is a project by <a 31 <a href="https://github.com/getferdi/server">ferdi-server</a> is a project by <a
24 href="https://vantezzen.io">vantezzen</a>. 32 href="https://getferdi.com">the Ferdi Team</a>.
25</small> 33</small>
26 34
27<script> 35<script>