Skip to content

Commit

Permalink
add apioo link
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jan 9, 2025
1 parent 331e36c commit f8b6ba0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
13 changes: 13 additions & 0 deletions www/public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,16 @@ textarea {
overflow-x:auto;
}

.apioo-brand {
background-color:#000;
text-align: center;
color:#eee;
padding:24px;
font-weight:bold;
}

.apioo-brand a {
color:#00d1b2;
text-decoration:none;
}

13 changes: 13 additions & 0 deletions www/public/css/app.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions www/resources/template/inc/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@
</div>
</footer>

<div class="apioo-brand">part of the <a href="https://apioo.de">Apioo-Project</a></div>

</body>
</html>

0 comments on commit f8b6ba0

Please sign in to comment.