aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/resources/views/index.edge
blob: c6afcc14ecc6c1262269dec3fc802d943c6ecf88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@layout('layouts.main')

@section('content')
<style>
  ol,
  p {
    margin: 0.5rem 0;
  }

</style>
<h1>Internal Ferdium Server</h1>
<p>You are accessing the local server instance of your Ferdium application. This server is used to enable Ferdium's "Use without an Account" feature.</p>
<p>
  To use Ferdium without an account, log out of your current account (if you are already logged in) and choose "Use Ferdium without an Account".
</p>
<p>
  Alternatively, you can <a href="/import">import your account from a remote server</a> or <a href="/transfer">import your data from a ".ferdium-data" file</a> or <a href="/transfer">export your data to a ".ferdium-data" file</a>.
</p>
@endsection