mirror of
https://github.com/Afacanc38/afacanc38.github.io.git
synced 2024-11-10 07:55:05 +03:00
18 lines
429 B
HTML
18 lines
429 B
HTML
|
---
|
||
|
layout: page
|
||
|
---
|
||
|
|
||
|
<!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">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>{{ page.title }}</h1>
|
||
|
{{ content }}
|
||
|
</body>
|
||
|
</html>
|