-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
41 lines (40 loc) · 1.56 KB
/
project.html
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
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="baidu-site-verification" content="E4QIL3aZQa" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="description" content="时光诚说,一个关于Web前端的个人技术博客,不定期发布Web前端及其相关技术的博文" />
<meta name="keywords" content="liuzozo.github.io,github,前端,html,css,javascript,android,丑小鸭,鸭,liuzozo,liu,zozo" />
<title>项目 | flyer-时光诚说</title>
<link rel="stylesheet" href="/dist/styles/vendor.css" />
<link rel="stylesheet" href="/dist/styles/index.css" />
<link rel="stylesheet" href="/dist/styles/about.css" />
</head>
<body>
<div id="mf-content">
<article>
<h3>项目</h3>
<img src="/img/mind/poj.jpg" alt="inex">
</article>
<div class="channel-body projects commercial">
<a class="project commercial" id="inex" href="/project/inex.html">
<div class="cover">
<!-- <img src="/img/project/thumb/inex.jpg" alt="inex"> -->
</div>
<div class="intro">
<h2>Influence Exchange</h2>
<p>第一版, 刚上线, 给我一点点时间 (其实、、、、额、、、是博主很懒啦)</p>
</div>
</a>
<br>
<p><br><br><br><br></p>
<img src="/img/mind/face.gif" alt="inex">
</div>
</div>
<script src="/lib/jquery.min.js"></script>
<script src="/lib/vendor.js"></script>
</body>
</html>