website/public/bildquellen.html

35 lines
1.6 KiB
HTML
Raw Normal View History

2021-04-13 11:29:40 +02:00
<!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>
2022-01-30 09:54:20 +01:00
<li><span class="clickSpan" src='/img/bannerHome.webp'>Bild oben</span>: Photo by <a
2021-04-13 11:29:40 +02:00
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>
2022-01-30 09:54:20 +01:00
<li><span class="clickSpan" src='/img/bildHome.webp'>Bild Startseite</span>: Photo by&nbsp;<a
2021-04-13 11:29:40 +02:00
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>
2021-09-09 23:13:58 +02:00
<li>
2022-01-30 09:54:20 +01:00
<span class="clickSpan" src='/img/systeme/laptop.jpg'>Bild Laptop</span>: <a href="https://sm.pcmag.com/t/pcmag_au/review/l/lenovo-thi/lenovo-thinkpad-l13-yoga_7bvb.1920.jpg">pcmag</a>
2021-09-09 23:13:58 +02:00
</li>
2021-04-13 11:29:40 +02:00
</ul>
</div>
<jl-footer></jl-footer>
<script src="/js/script.js"></script>
2021-05-17 14:00:23 +02:00
<script>
2022-03-25 12:01:23 +01:00
// Set document title to "Bildquellen - Jonas Leder"
2021-05-17 14:00:23 +02:00
document.title = "Bildquellen - Jonas Leder";
</script>
2021-04-13 11:29:40 +02:00
</body>
</html>