19 lines
418 B
HTML
19 lines
418 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<style>{% include main.css %}</style>
|
|
<style>{% include bootstrap.min.css %}</style>
|
|
<body id="page-top" class="index">
|
|
|
|
{% include header.html %}
|
|
{% include portfolio_grid.html %}
|
|
{% include about.html %}
|
|
{% include contact.html %}
|
|
{% include footer.html %}
|
|
{% include modals.html %}
|
|
{% include js.html %}
|
|
|
|
</body>
|
|
</html> |