-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 938 Bytes
/
index.html
File metadata and controls
29 lines (28 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: post-index
title: openefit 前端博客
noSiteTitle: true
description: " 天无涯兮地无边 | 思漫漫兮变则通"
tags: [openefit, blog, openefit blog, 前端技术, javascript]
image:
feature: index.jpg
credit: dargadgetz
creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/
---
<div class="main-wrapper">
<!-- trianglify pattern container -->
<div class="pattern pattern--hidden"></div>
<!-- cards -->
<div class="wrapper">
</div>
<!-- /cards -->
</div>
<!-- /container -->
<!-- JS -->
<script src="{{ site.url }}/assets/page/index/vendors/trianglify.min.js"></script>
<script src="{{ site.url }}/assets/page/index/vendors/TweenMax.min.js"></script>
<script src="{{ site.url }}/assets/page/index/vendors/ScrollToPlugin.min.js"></script>
<script src="{{ site.url }}/assets/page/index/Card-polygon-4.js"></script>
<script>
require(['page/index/index']);
</script>