2020-12-20 00:33:23 +01:00
|
|
|
<?php
|
|
|
|
include "internal/header.php";
|
|
|
|
include "internal/footer.php";
|
|
|
|
include "internal/comments.php";
|
|
|
|
|
|
|
|
getHeader("Bildquellen", "");
|
|
|
|
?>
|
|
|
|
<ul>
|
2021-03-09 22:58:45 +01:00
|
|
|
<li><span class="clickSpan" onclick="createDialogImage('/img/bannerHome.webp')">Bild oben</span>: Photo by <a href="https://unsplash.com/@hishahadat?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Shahadat Rahman</a> on <a href="https://unsplash.com/s/photos/programmer?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a></li>
|
|
|
|
<li><span class="clickSpan" onclick="createDialogImage('/img/bildHome.webp')">Bild Startseite</span>: Photo by <a href="https://unsplash.com/@grohsfabian?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Fabian Grohs</a> on <a href="https://unsplash.com/s/photos/programmer?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a></li>
|
2020-12-20 00:33:23 +01:00
|
|
|
</ul>
|
|
|
|
<?php
|
|
|
|
getFooter();
|