kopia lustrzana https://github.com/villares/sketch-a-day
22 wiersze
621 B
HTML
22 wiersze
621 B
HTML
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Alexandre Villares</title>
|
|
<link rel="stylesheet" href="https://abav.lugaralgum.com/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 B A Villares</a></h1>
|
|
<div class="content">
|
|
{{ content }}
|
|
</div>
|
|
<footer>
|
|
<div class="container
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|