-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathlaunch-content.html
More file actions
56 lines (52 loc) · 2.02 KB
/
launch-content.html
File metadata and controls
56 lines (52 loc) · 2.02 KB
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
<!-- Launch content for 'post-list' default screen -->
<div id="content" class="content list-template launch-content">
<div class="content-item has-ripple-feedback">
<a href="#">
<h2><span>Content is loading...</span></h2>
<div class="content-thumbnail launch-image">Image is loading...</div>
</a>
</div>
<div class="content-item has-ripple-feedback">
<a href="#">
<h2><span>Content is loading...</span></h2>
<div class="content-thumbnail launch-image">Image is loading...</div>
</a>
</div>
<div class="content-item has-ripple-feedback">
<a href="#">
<h2><span>Content is loading...</span></h2>
<div class="content-thumbnail launch-image">Image is loading...</div>
</a>
</div>
<div class="content-item has-ripple-feedback">
<a href="#">
<h2><span>Content is loading...</span></h2>
<div class="content-thumbnail launch-image">Image is loading...</div>
</a>
</div>
<div class="content-item has-ripple-feedback">
<a href="#">
<h2><span>Content is loading...</span></h2>
<div class="content-thumbnail launch-image">Image is loading...</div>
</a>
</div>
<div class="content-item has-ripple-feedback">
<a href="#">
<h2><span>Content is loading...</span></h2>
<div class="content-thumbnail launch-image">Image is loading...</div>
</a>
</div>
<div class="content-item has-ripple-feedback">
<a href="#">
<h2><span>Content is loading...</span></h2>
<div class="content-thumbnail launch-image">Image is loading...</div>
</a>
</div>
</div>
<!-- Launch content for 'page' default screen -->
<!-- div id="content" class="content single-template launch-content">
<div class="post-title"><h1>Welcome!</h1></div>
<div id="single-content" class="single-content">
<h2>Your content should come shortly :)</h2>
</div>
</div -->