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 62e88b2 commit 2b94be8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions www/public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,15 @@ 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;
}
12 changes: 12 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 @@ -32,5 +32,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 2b94be8

Please sign in to comment.