Skip to content

Commit cba05cf

Browse files
committed
add brain made mark to footer
1 parent 08e6203 commit cba05cf

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

app/fragments/footer.php

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
</a>
1111
1212
<a rel="noreferrer" href="https://www.php.net">
13-
<img class="raw" width=88 height=31 src="/static/badges/php.gif" alt="Powered by PHP"></a>
13+
<img class="raw" width=88 height=31 src="/static/badges/php.gif" alt="Powered by PHP">
14+
</a>
15+
<a rel="noreferrer" href="https://brainmade.org">
16+
<div style="display: flex; padding: 3px; background-color: #000" width=88 height=31>
17+
<img class="raw" src="/static/brainmade.svg" width=82 height=25>
18+
</div>
19+
</a>
1420
</div>
1521
</footer>

static/brainmade.svg

+24
Loading

0 commit comments

Comments
 (0)