1
0
Fork 0
pixelfed/resources/views/site/opensource.blade.php

12 lines
413 B
PHP
Raw Normal View History

2018-05-30 02:35:05 +00:00
@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Open Source</h3>
</div>
<hr>
2018-06-01 03:23:57 +00:00
<section>
<p class="lead">The software that powers this website is called <a href="https://pixelfed.org">PixelFed</a> and anyone can <a href="https://github.com/dansup/pixelfed">download</a> the source code and run their own instance!</p>
</section>
2018-05-30 02:35:05 +00:00
@endsection