welcome.blade.php 607 B

1234567891011121314
  1. @extends('layouts.app')
  2. @section('content')
  3. <div class="jumbotron jumbotron-fluid bg-pixelfed text-white my-0">
  4. <div class="container text-center my-5 py-5">
  5. <h1 class="display-4">Federated Image Sharing</h1>
  6. <p class="lead">Powered by <a href="https://en.wikipedia.org/wiki/ActivityPub" class="text-white font-weight-bold">ActivityPub</a> and the <a href="https://en.wikipedia.org/wiki/Fediverse" class="text-white font-weight-bold">fediverse</a>.</p>
  7. </div>
  8. </div>
  9. @endsection
  10. @push('meta')
  11. <meta property="og:description" content="Federated Image Sharing">
  12. @endpush