afacanc38.github.io/index.html

44 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Özgür Yazılım Mekanı</title>
<link rel="stylesheet" href="style.css" />
<link href="noto-serif/noto-serif.css" rel="stylesheet" />
</head>
<body>
<header>
<span class="sitebasligi">Alperen İsa Nalbant</span>
<nav>
<ul>
<li><a href="#">Ana Sayfa</a></li>
<li><a href="#">Beni GitHub'da çatalla!</a></li>
</ul>
</nav>
</header>
<main>
13 yaşındayım. Şu an okullardan dolayı pek fazla geliştirme yapmıyorum.
O yüzden bu site oldukça içeriksiz gibi gözüküyor.
<blockquote>
Psst. Bu web sitesi özür yazılımdır, WTFPL altında dağıtılıyor.
</blockquote>
<pre>
<code>
Çırcır böceklerinden başka bir şey yok anlayacağın. Eh şimdilik işte...</code>
</pre>
</main>
<footer>
<span class="telifhakki">Telif Hakkı © 2022 Alperen İsa Nalbant</span>
<nav>
<ul>
<li><a href="https://github.com/afacanc38/afacanc38.github.io">Web sitesi kaynak kodu</a></li>
<li><a href="#">Lisans</a></li>
<li><a href="/link.jpg">Başka bir link</a></li>
</ul>
</nav>
</footer>
</body>
</html>