samuel-p
a5aa3cc014
All checks were successful
continuous-integration/drone/push Build is passing
added expenses and donations replaced some icons with svgs
10 lines
263 B
Text
10 lines
263 B
Text
---
|
|
layout: base.njk
|
|
---
|
|
<a class="float-right mt-3" href="https://status.sp-codes.de" target="_blank"><i class="fas fa-heartbeat mr-2"></i>Status</a>
|
|
|
|
{{ content | safe }}
|
|
|
|
<div class="row justify-content-center">
|
|
{% include "services-extended.html" %}
|
|
</div>
|