afacanc38.github.io/_layouts/page.html

22 lines
716 B
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="tr">
<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>{{ page.title }} | Alperen İsa Nalbant</title>
<link rel="stylesheet" href="/assets/style.css">
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
<div id="page-wrapper">
<div class="headerbar">
<a href="/" title="Ana sayfaya dönmek için tıklayın."><i data-feather="home"></i></a><h3>Alperen'in Web Sitesi</h3>
</div>
{{ content }}
</div>
<script>
feather.replace()
</script>
</body>
</html>