1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-08 13:09:09 +00:00
safing-web/index.html
2018-06-11 12:52:23 +02:00

40 lines
1.3 KiB
HTML

---
title: Safing
---
<!DOCTYPE html>
<html lang={{ site.lang }}>
<head>
{% include head.html %}
<!-- Plugin CSS -->
<link rel="stylesheet" href="{{ site.vendor_url }}css/animate.min.css" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
{% include header.html %}
{% include index/cover.html %}
{% include index/statements.html %}
{% include page_divider.html %}
{% include index/features.html %}
{% include community_snippet.html %}
{% include footer.html %}
</body>
<foot>
<!-- load JS after everything else -->
{% include foot.html %}
<!-- requirements for creative.js -->
<script src="{{ site.vendor_url }}js/jquery.easing.min.js"></script>
<script src="{{ site.vendor_url }}js/jquery.fittext.js"></script>
<script src="{{ site.vendor_url }}js/wow.min.js"></script>
<script src="{{ site.vendor_url }}js/creative.js"></script>
</foot>
</html>