forked from zz2323/InterctiveMic
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (31 loc) · 938 Bytes
/
index.html
File metadata and controls
33 lines (31 loc) · 938 Bytes
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Recreating .Mic's Style</title>
<link rel="stylesheet" type="text/css" href="style.css"
</head>
<body>
<div id="HeadlineInfo">
<div class="HeadlineBlocks">
<div class="Section">
POLICY
</div>
<div class="mainHeadline">
Disappointing Jobs Report Shows the Economic Recovery Is Still Fragile
</div>
<div class="Excerpt">
Just 126,000 jobs added in March.
</div>
<div class="authorAndUpdatedTime">
By Zeeshan Aleem - April 3, 2015
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="MicData.js"></script>
<script src="scripts.js"></script>
</body>
</html>