aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-04-02 14:22:55 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2020-04-02 14:22:55 +0200
commit2ff924e0cc3494489abf0853080f316cc009e18a (patch)
treea6bb51f77c126f6174a595dda0dbfbfd03b006c8 /resources/views
parentAdd new home page (diff)
parentMerge pull request #22 from getferdi/dependabot/npm_and_yarn/acorn-7.1.1 (diff)
downloadferdium-server-2ff924e0cc3494489abf0853080f316cc009e18a.tar.gz
ferdium-server-2ff924e0cc3494489abf0853080f316cc009e18a.tar.zst
ferdium-server-2ff924e0cc3494489abf0853080f316cc009e18a.zip
Merge branch 'master' of https://github.com/getferdi/ferdi-server
Diffstat (limited to 'resources/views')
-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 ef3bbfa..9c90fb0 100644
--- a/resources/views/others/index.edge
+++ b/resources/views/others/index.edge
@@ -88,9 +88,17 @@
88 margin: 0.5rem 0; 88 margin: 0.5rem 0;
89 } 89 }
90 90
91 img {
92 height: 200px;
93 margin: 0;
94 }
95
91</style> 96</style>
92<h1>ferdi-server</h1> 97
93<p>You are accessing a custom <a href="https://github.com/kytwb/ferdi">Ferdi</a> server.</p> 98<img src="https://github.com/getferdi/ferdi/raw/develop/build-helpers/images/icon.png" alt="Ferdi logo">
99
100<h1>Ferdi Server</h1>
101<p>You are accessing a custom <a href="https://github.com/getferdi/ferdi">Ferdi</a> server.</p>
94<p> 102<p>
95 To use this server in your Ferdi client, <a href="ferdi://settings/app">open Ferdi's settings</a> and as the 103 To use this server in your Ferdi client, <a href="ferdi://settings/app">open Ferdi's settings</a> and as the
96 <code>server</code>, enter <code id="server"></code> 104 <code>server</code>, enter <code id="server"></code>
@@ -101,7 +109,7 @@
101 109
102<br /> 110<br />
103<small> 111<small>
104 <a href="https://github.com/vantezzen/ferdi-server">ferdi-server</a> is a project by <a 112 <a href="https://github.com/getferdi/server">ferdi-server</a> is a project by <a
105 href="https://vantezzen.io">vantezzen</a>. 113 href="https://getferdi.com">the Ferdi Team</a>.
106</small> 114</small>
107@endsection 115@endsection