kopia lustrzana https://github.com/villares/sketch-a-day
21 wiersze
520 B
HTML
21 wiersze
520 B
HTML
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Alexandre B A Villares</title>
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700" media="all">
|
|
</head>
|
|
<body>
|
|
<h1><a href="https://abav.lugaralgum.com/">Alexandre Villares</a></h1>
|
|
<div class="content">
|
|
{{ content }}
|
|
</div>
|
|
<footer>
|
|
<div class="container
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|