www/portfolio/index.html

39 lines
1.3 KiB
HTML
Raw Normal View History

2024-10-05 11:19:01 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>tanyesil - about</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<!--[if IE]>
<script src="../oneko-ie6.js"></script>
<![endif]-->
<!--[if !IE]><!-->
<script src="/oneko.js"></script>
<!--<![endif]-->
<header class="site-header">
<nav class="nav">
<ul>
<li><a href="https://tanyesil.com">Home</a></li>
<li><a href="https://tanyesil.com/about">About</a></li>
<li><a href="https://tanyesil.com/portfolio">Portfolio</a></li>
<li><a href="https://tanyesil.com/blog">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<div class="container">
<h1 class="intro">this site is under construction<br>uwu<br>in the mean
time here is a good song while you wait
<li><a href="https://yabadum.bandcamp.com/album/you-were-our-star-single">You Were Our Star</a></li>
</h1>
<footer class="footer">
<p>© 2024 Tan Yesilkaya - Powered by Alpine Linux, NixOS and love</p>
</footer>
</div>
</body>
</html>