mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Add about view
This commit is contained in:
parent
d292c3870f
commit
8631669dc3
1 changed files with 12 additions and 0 deletions
12
resources/views/site/about.blade.php
Normal file
12
resources/views/site/about.blade.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
@extends('site.partial.template')
|
||||
|
||||
@section('section')
|
||||
|
||||
<div class="title">
|
||||
<h3 class="font-weight-bold">About</h3>
|
||||
</div>
|
||||
<hr>
|
||||
<section>
|
||||
<p class="lead">PixelFed is a federated image sharing platform, powered by the <a href="#">ActivityPub</a> protocol.</p>
|
||||
</section>
|
||||
@endsection
|
Loading…
Reference in a new issue