website/credits.html
2022-11-12 02:51:37 -05:00

54 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf8">
<title>~yosh</title>
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<header>
<h1>~yosh@unix.dog</h1>
</header>
<section id="lbartop">
<div class="titlebar tb-pink" aria-hidden="true">
<span class="tbl" title="navigation"></span>
<span class="tbr"></span>
</div>
<nav>
<h2>navigation</h2>
<ul>
<li><a href="index.html">home</a>
<li><a href="info.html">information</a>
<li><a href="thoughts.html">thoughts</a>
<li><a href="software.html">software, scripts</a>
<li><a href="links.html">links</a>
<li><a href="credits.html">credits</a>
</ul>
</nav>
</section>
<section id="lbarbot">
<div class="titlebar tb-lblue" aria-hidden="true">
<span class="tbl" title="miscellaneous!!"></span>
<span class="tbr"></span>
</div>
<hr>
<ul class="displist sbgridlist" aria-hidden="true">
<li><img src="img/buttons/tosviolation.gif" alt="this page is a tos violation">
<li><img src="img/buttons/anybrowser.gif" alt="best viewed with any browser">
</ul>
</section>
<main>
<div class="titlebar tb-green" aria-hidden="true">
<span class="tbl" title="credits!!"></span>
<span class="tbr"></span>
</div>
<h2>credits</h2>
<p>renard background image by <a href="https://www.furaffinity.net/user/squeedgemonster">squeedgemonster</a>
</main>
<footer>
<p>this site is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a><br>
see the <a href="https://git.unix.dog/yosh/website">source code repository</a></p>
</footer>
</body>
</html>