Skip to content
Snippets Groups Projects
bildquellen.html 1.32 KiB
Newer Older
  • Learn to ignore specific revisions
  • <!DOCTYPE html >
    <html lang="de">
    <head>
        <meta charset="UTF-8">
        <meta content="width=device-width, initial-scale=1.0" name="viewport">
        <title></title>
        <link href="/css/style.css" rel="stylesheet">
    </head>
    <body>
    <jl-header data-title="Bildquellen"></jl-header>
    <div id="content">
        <ul>
            <li><span class="clickSpan" src='/img/bannerHome.webp'>Bild oben</span>: Photo by <a
                    href="https://unsplash.com/@hishahadat?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Shahadat
                Rahman</a>&nbsp;on&nbsp;<a
                    href="https://unsplash.com/s/photos/programmer?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Unsplash</a>
            </li>
            <li><span class="clickSpan" src='/img/bildHome.webp'>Bild Startseite</span>: Photo by&nbsp;<a
                    href="https://unsplash.com/@grohsfabian?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Fabian
                Grohs</a>&nbsp;on&nbsp;<a
                    href="https://unsplash.com/s/photos/programmer?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Unsplash</a>
            </li>
        </ul>
    </div>
    <jl-footer></jl-footer>
    <script src="/js/script.js"></script>
    
    Jonas Leder's avatar
    Jonas Leder committed
    <script>
        document.title = "Bildquellen - Jonas Leder";
    </script>
    
    </body>
    </html>