blob: 7c306cd8d4c34a21a8a01f5f7e338e28fb622a02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
is_layout: true
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>Anastasie's website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Personal website of Anastasie." />
<link rel="icon" href="img/favicon.png" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="content">
{{ content }}
</div>
</body>
</html>
|