|
| 1 | + |
| 2 | +<!doctype html> |
| 3 | +<html lang="en"> |
| 4 | + <head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <title>Alexandre Villares</title> |
| 8 | + <link rel="stylesheet" href="https://abav.lugaralgum.com/assets/css/style.css"> |
| 9 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700" media="all"> |
| 10 | + </head> |
| 11 | + <body> |
| 12 | +<h1><a href="https://abav.lugaralgum.com/">Alexandre B A Villares</a></h1> |
| 13 | + <hr /> |
| 14 | + <div class="content"> |
| 15 | + {{ content }} |
| 16 | + </div> |
| 17 | + <footer> |
| 18 | + <div class="container"> |
| 19 | + </div> |
| 20 | + </footer> |
| 21 | + <script src="../assets/scripts.js"></script> |
| 22 | + </body> |
| 23 | +</html> |
0 commit comments