-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="vendor/eric-meyer-reset.min.css" />
<link rel="stylesheet" type="text/css" href="vendor/animation.css" />
<link rel="stylesheet" type="text/css" href="./sketch.css" />
</head>
<body>
<section class="container wrapper">
<section class="crumbs_wrap box triangle wow bounceInUp animated" style="visibility: visible">
<h3 data-balloon="Whats up!">自转rem工具</h3>
<ul id="catalog">
<li class="current-cat">
<input type="text" placeholder="链接(默认 http://...)" name="url" />
<input type="text" placeholder="大小(默认 750)" name="param"/>
</li>
</ul>
</section>
<section class="gallery gallery_list gallery_content">
<ul class="layout_ul ajaxposts">
<li class="layout_li ajaxposts">
<article class="postgrid wow bounceInUp animated" style="visibility: visible;">
<figure class="iframe-wrap">
<iframe id="target" src=""></iframe>
</figure>
</article>
</li>
</ul>
</section>
</section>
<script src="vendor/jquery.min.js"></script>
<script src="vendor/underscore.min.js"></script>
<script>
$(document.head).append('')
$('.iframe-wrap').height($(window).height());
</script>
<script src="./main.js"></script>
</body>
</html>