-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
30 lines (29 loc) · 1.16 KB
/
index.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DROP LOOK</title>
<link rel="icon" href="pro_img/icon.jpg" />
<link type="text/css" rel="stylesheet" href="style/style.css" />
</head>
<body>
<div id="wraper">
<div id="drop_zone" title="我不是一台iphone❤"><span id="clock"></span>
<p id="guide_text" class="clear_margin" >将需预览的效果图文件拖拽到这里</p>
<div id="output_area"></div>
</div>
<div class="intro">
<p class="title clear_margin">DROP LOOK</p>
<p>实时效果图预览,和数据线说拜拜。</p>
<p>只要一拖一扫即可预览,一拖一刷新即可更新</p>
<p>————————————为移动设计师打造</p>
<div id="output_text"></div>
</div>
</div>
<div id="footer">
<p><a href="javascript:provision()">使用条款</a> || <a href="javascript:about()">关于作者</a></p>
<p>Design By MaiNengZhong</p>
</div>
<script src="js/effect.js"></script>
</body>
</html>