mirror of
https://github.com/safing/web
synced 2025-09-02 02:59:03 +00:00
Delete old index file
This commit is contained in:
parent
cbab28041a
commit
c5c60e192f
1 changed files with 0 additions and 40 deletions
40
index.html
40
index.html
|
@ -1,40 +0,0 @@
|
||||||
---
|
|
||||||
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>
|
|
Loading…
Add table
Reference in a new issue