36 lines
949 B
HTML
36 lines
949 B
HTML
<!doctype html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<link rel="stylesheet" href="styles.css" />
|
|
<link rel="icon" href="favicon.ico" />
|
|
<title>Attributions</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<p id="headermain"><a id="homelink" href="/">dairydemon.net</a></p>
|
|
</header>
|
|
<main>
|
|
<article>
|
|
<h1>Attributions.</h1>
|
|
<ul>
|
|
<li>
|
|
"<a href="https://www.flickr.com/photos/genista/45519453/in/photostream/">watching</a>"
|
|
by
|
|
<a href="https://www.flickr.com/photos/genista/">Kai Schreiber</a>
|
|
is licensed under
|
|
<a href="https://creativecommons.org/licenses/by-sa/2.0/">CC BY-SA 2.0</a>
|
|
</li>
|
|
<li>
|
|
That weird usb mouse comic on the about page is
|
|
by
|
|
<a href="https://www.instagram.com/hunter.slugdaddy/">Hunter Scheiderer</a>
|
|
</li>
|
|
</ul>
|
|
</article>
|
|
</main>
|
|
</body>
|
|
</html>
|