-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyindex.html
34 lines (26 loc) · 926 Bytes
/
myindex.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
<!doctype html>
<html>
<link rel=stylesheet href="myindex.css">
<div class="container">
<header></header>
<div class="bigbox"></div>
<div class="ad">
<strong>Ad Blockers: Setback or Spark for Innovation?</strong>
</div>
<div class="inner3">
<p><strong>The real reasons why making money with online media is hard.</p>
<div class="inneremptybox3"></div>
<div class="innerbox3"></div>
</div>
<div class="inner3">
<p><strong>How Motherly Uses Personalization to Create Engagement.</p>
<div class="inneremptybox3"></div>
<div class="innerbox3"></div>
</div>
<div class="inner3_last">
<p><strong>Fixing email overload, and now chat overload, for content teams.</p>
<div class="inneremptybox3_1"></div>
<div class="innerbox3"></div>
</div>
</div>
</html>