-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
48 lines (35 loc) · 1.24 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
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1,requiresActiveX=true">
<title> Poject </title>
<style id="style-1-cropbar-clipper">/* Copyright 2014 Evernote Corporation. All rights reserved. */
.en-markup-crop-options {
top: 18px !important;
left: 50% !important;
margin-left: -100px !important;
width: 200px !important;
border: 2px rgba(255,255,255,.38) solid !important;
border-radius: 4px !important;
}
.en-markup-crop-options div div:first-of-type {
margin-left: 0px !important;
}
</style>
</head>
<body cz-shortcut-listen="true">
<div id="project-wrap">
<div class="row">
<div class="span12 text-center">
<div class="headline">
<p><span>让我们做得更棒些!</span></p>
<h1>欢迎光临</h1>
</div><!-- end .headline -->
</div><!-- end .span12 -->
</div><!-- end .row -->
</div><!-- end #project-wrap -->
</body>
</html>