mirror of
https://github.com/Afacanc38/afacanc38.github.io.git
synced 2024-11-14 19:25:05 +03:00
22 lines
716 B
HTML
22 lines
716 B
HTML
|
<!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>
|