mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
12 lines
No EOL
299 B
PHP
12 lines
No EOL
299 B
PHP
@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 |