kopia lustrzana https://github.com/villares/sketch-a-day
24 wiersze
683 B
HTML
24 wiersze
683 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>
|
|
<hr />
|
|
<div class="content">
|
|
{{ content }}
|
|
</div>
|
|
<footer>
|
|
<div class="container">
|
|
</div>
|
|
</footer>
|
|
<script src="../assets/scripts.js"></script>
|
|
</body>
|
|
</html>
|