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.
22 lines
571 B
PHTML
22 lines
571 B
PHTML
2 years ago
|
@extends('portfolio.layout')
|
||
|
|
||
|
@section('content')
|
||
|
<div class="container">
|
||
|
<div class="row mt-5 pt-5">
|
||
|
<div class="col-12 text-center">
|
||
|
<p class="mb-5">
|
||
|
<span class="logo-mark px-3"><span class="text-gradient-primary">portfolio</span></span>
|
||
|
</p>
|
||
|
|
||
|
<h1>404 - Not Found</h1>
|
||
|
|
||
|
<p class="lead pt-3 mb-4">This portfolio or post is either not active or has been removed.</p>
|
||
|
|
||
|
<p class="mt-3">
|
||
|
<a href="{{ config('app.url') }}" class="text-muted" style="text-decoration: underline;">Go back home</a>
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
@endsection
|