pull/24/head
Daniel Supernault 2018-05-26 16:40:52 -06:00
rodzic d292c3870f
commit 8631669dc3
1 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -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