mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
20 lines
385 B
HTML
20 lines
385 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
|
||
|
|
{% include head.html %}
|
||
|
|
|
||
|
|
|
||
|
|
<body id="page-top" class="index">
|
||
|
|
|
||
|
|
{% include header.html %}
|
||
|
|
{% include about.html %}
|
||
|
|
{% include portfolio_grid.html %}
|
||
|
|
{% include team.html %}
|
||
|
|
{% include clients.html %}
|
||
|
|
{% include contact.html %}
|
||
|
|
{% include footer.html %}
|
||
|
|
{% include modals.html %}
|
||
|
|
{% include js.html %}
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|