add attributions page
This commit is contained in:
30
attributions.html
Normal file
30
attributions.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!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" />
|
||||
<script src="elements.js" type="text/javascript" defer></script>
|
||||
<title>Attributions</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<dd-header></dd-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>
|
||||
</ul>
|
||||
</article>
|
||||
</main>
|
||||
<dd-footer></dd-footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user