Skip to content

Commit 2b94be8

Browse files
committed
add apioo link
1 parent 62e88b2 commit 2b94be8

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

Diff for: www/public/css/app.css

+12
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,15 @@ textarea {
114114
overflow-x:auto;
115115
}
116116

117+
.apioo-brand {
118+
background-color:#000;
119+
text-align: center;
120+
color:#eee;
121+
padding:24px;
122+
font-weight:bold;
123+
}
124+
125+
.apioo-brand a {
126+
color:#00d1b2;
127+
text-decoration:none;
128+
}

Diff for: www/public/css/app.min.css

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: www/resources/template/inc/footer.php

+2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
</div>
3333
</footer>
3434

35+
<div class="apioo-brand">part of the <a href="https://apioo.de">Apioo-Project</a></div>
36+
3537
</body>
3638
</html>

0 commit comments

Comments
 (0)