-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.09 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Designer News + Hacker News</title>
<link rel="stylesheet" type="text/css" href="css/app.css">
<script type="text/javascript" src="js/jsapi.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/easydate.js"></script>
<script type="text/javascript" src="js/jquery.simpleWeather-2.2.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</head>
<body>
<div class="top">
<div id="weather"></div>
</div>
<div id="content">
<div class="dl">
<div class="header"><a target="_blank" href="https://news.layervault.com/">Designer News</a></div>
<ul id="feed_dl"></ul>
</div>
<div class="hackernews">
<div class="header"><a target="_blank" href="https://news.ycombinator.com/">Hacker News</a></div>
<ul id="feed_hn"></ul>
</div>
</div>
<footer>
<a href="http://steamboatlabs.com/"><img src="images/made_by.png" /></a>
</footer>
</body>
</html>