This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/src/_layouts/default.html

21 lines
426 B
HTML
Raw Normal View History

2017-09-22 09:46:39 +00:00
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
2017-09-22 09:46:39 +00:00
-->
<html>
{% include head.html %}
<body class="landing">
{% include header.html %}
{% include banner.html %}
{% include section-one.html %}
{% include section-two.html %}
{% include section-three.html %}
2017-09-23 21:44:05 +00:00
{% include cta.html %}
2017-09-22 09:46:39 +00:00
{% include footer.html %}
</body>
</html>