29 lines
1 KiB
HTML
29 lines
1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Psycho-Power-Papagei</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link href="style.css" rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<main>
|
||
|
<img id="parrot-landscape" src="parrot-landscape.jpg">
|
||
|
<img id="parrot-portrait" src="parrot-portrait.jpg">
|
||
|
<div id="quote">
|
||
|
<p id="quote-body"><noscript><code>[] + {} === '[object Object]'</code></noscript></p>
|
||
|
<span id="quote-attribution"><noscript>Satz des Pythagoras</noscript></span>
|
||
|
</div>
|
||
|
</main>
|
||
|
<footer>
|
||
|
<ul>
|
||
|
<li><a href="/imprint/">Impressum</a></li>
|
||
|
<li>Zitate: © Ullstein Buchverlage</li>
|
||
|
<li id="attribution-landscape">Photo by <a href="https://unsplash.com/photos/uH7YCla3oVE">Yorman Tamayo on Unsplash</a></li>
|
||
|
<li id="attribution-portrait">Photo by <a href="https://unsplash.com/photos/vzVWYIr6F8U">Dmitry Chernyshov on Unsplash</a></li>
|
||
|
</ul>
|
||
|
</footer>
|
||
|
<script src="script.js"></script>
|
||
|
</body>
|
||
|
</html>
|