mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
686 B
PHTML
17 lines
686 B
PHTML
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<div class="container">
|
|
<div class="error-page py-5 my-5">
|
|
<div class="card mx-5">
|
|
<div class="card-body p-5 text-center">
|
|
<h1>Registration is closed</h1>
|
|
<p class="lead mb-0">We have closed registrations on this instance.</p>
|
|
<hr>
|
|
<p class="lead">You can find a list of active pixelfed instances on <a href="https://the-federation.info/pixelfed" rel="external nofollow noopener">https://the-federation.info/pixelfed</a> or <a href="https://fediverse.network/pixelfed" rel="external nofollow noopener">https://fediverse.network/pixelfed</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@endsection
|