-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-6.shtml
78 lines (67 loc) · 1.91 KB
/
page-6.shtml
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
<!DOCTYPE html>
<html class="ui-mobile-rendering">
<head>
<title>FashionPad | Article</title>
<!--#include virtual="blocks/head.html" -->
</head>
<body>
<!-- Start of page: #6 -->
<div data-role="page" id="6" class="swipe">
<div class="wrapper">
<div data-role="content" class="content">
<div class="title-container">
<h1 class="title-hot">Hot this month</h1>
<h2 class="title-sub-hot">All the cool things we've discovered this month</h2>
</div>
<div class="hot-items-col1">
<div class="hot-items">
<h3 class="tip-hot-1"><span class="title-hot-1">Book</span></h3>
<div class="hot-box-1">
<p>Box 1</p>
</div>
</div>
<div class="hot-items">
<h3 class="tip-hot-2"><span class="title-hot-2">Website</span></h3>
<div class="hot-box-2 hot-box">
<p>Box 2</p>
</div>
</div>
<div class="hot-items">
<h3 class="tip-hot-3"><span class="title-hot-3">Music</span></h3>
<div class="hot-box-3 hot-box">
<p>Box 3</p>
</div>
</div>
</div>
<div class="hot-items-col2">
<div class="hot-items">
<h3 class="tip-hot-4"><span class="title-hot-4">Mobile application</span></h3>
<div class="hot-box-4">
<p>Box 4</p>
</div>
</div>
<div class="hot-items">
<h3 class="tip-hot-5"><span class="title-hot-5">Gadget</span></h3>
<div class="hot-box-5">
<p>Box 5</p>
</div>
</div>
<div class="hot-items">
<h3 class="tip-hot-6"><span class="title-hot-6">Interesting</span></h3>
<div class="hot-box-6">
<p>Box 6</p>
</div>
</div>
<div class="hot-items">
<h3 class="tip-hot-7"><span class="title-hot-7">Home</span></h3>
<div class="hot-box-7">
<p>Box 7</p>
</div>
</div>
</div>
</div> <!-- /content -->
</div> <!-- /wrapper -->
</div><!-- /page 6-->
<!--#include virtual="blocks/scripts.html" -->
</body>
</html>