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.
pixelfed/resources/views/federation/remotefollow.blade.php

21 lines
533 B
PHTML

@extends('layouts.app')
@section('content')
<div class="container">
<div class="col-12">
<div class="row">
<div class="col-12 col-md-8 offset-md-2 p-5">
<div class="title text-center pb-3">
<h1>Remote Follow</h1>
<div class="card">
<div class="card-body">
<p class="mb-0 font-weight-bold">This feature is not yet ready for production. Please try again later.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@endsection