-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (75 loc) · 3.65 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="baidu-site-verification" content="cqevy2aP8G" />
<meta name="google-site-verification" content="IaErQjqU3-SGMav6kXFfOGN1JrdWUwN2lGVpwPmXuHs" />
<title>勿忘初心</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation" id="navibar_index">
</nav>
<div class="firstpage">
<div class="container">
<div class="row">
<div class="title-text">
<div class="col-md-8 col-md-offset-4">
<!--<h1 class="h1content">-->
<!--勿忘初心-->
<!--</h1>-->
<p class="pcommon"> 跟你在一起的时光 </p>
<p class="pcommon"> 全都很耀眼 </p>
<p class="pcommon"> 因为天气好 </p>
<p class="pcommon"> 因为天气不好 </p>
<p class="pcommon"> 因为天气刚刚好 </p>
<p class="pcommon"> 每一天,都很美好 </p>
<!--<h1 class="h1-up">-->
<!--勿忘初心-->
<!--</h1>-->
</div>
<!--<div class="col-md-8">-->
<!--<p class="p-up"> 从前的日色变得慢 </p>-->
<!--<p class="p-up"> 车 马 邮件都慢 </p>-->
<!--<p class="p-up"> 一生只够爱一个人 </p>-->
<!--<p class="p-up"> </p>-->
<!--<p class="p-up"> 从前的锁也好看 </p>-->
<!--<p class="p-up"> 钥匙精美有样子 </p>-->
<!--<p class="p-up"> 你锁了 </p>-->
<!--<p class="p-up"> 人家就懂了 </p>-->
<!--<!–Day before yesterday I saw a rabbit, and yesterday a deer, and today, you.</h1>–>-->
<!--</div>-->
<!--<div class="col-md-1 div-line-up">-->
<!--<span class="line-up">123</span>-->
<!--</div>-->
<!--<div class="col-md-12 titlefontsize">-->
<!--<!–<h1 class="h1content">–>-->
<!--<!–Yvette's space–>-->
<!--<!–</h1>–>-->
<!--<!–<p class="pcommon"> Here is something which may make me happy.</p>–>-->
<!--<!–<br>–>-->
<!--<a class="button btn-lg" href="/blog">-->
<!--<span class="line line-top"></span>-->
<!--<span class="line line-left"></span>-->
<!--<span class="line line-right"></span>-->
<!--<span class="line line-bottom"></span>-->
<!--Enter-->
<!--</a>-->
<!--</div>-->
</div>
</div>
</div>
</div>
<script src="js/libs/jquery-2.1.4.min.js"></script>
<script src="js/libs/bootstrap.min.js"></script>
<script src="js/common.js"></script>
<!--<script>-->
<!--$("#mytab a").click(function(e){-->
<!--e.preventDefault();-->
<!--$(this).tab("show");-->
<!--})-->
<!--</script>-->
</body>
</html>