-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
27 lines (27 loc) · 1.21 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
<html>
<head>
<title>Hacker News Reader is Permanently Offline</title>
</head>
<body>
<h1>Hacker News Reader is Permanently Offline</h1>
<p>
Several months ago a header was added to all Hacker News pages that prohibited them
from being rendered from within an iframe. Since hacker news reader was built
around the use of an iframe, it no longer works as I originally intended and have
therefore decided to shut the app down.
<p>
<p>
The source code for this project is still open source and can be found on GitHub at
<a href="https://github.com/jhuckabee/hn_reader">https://github.com/jhuckabee/hn_reader</a>.
</p>
<p>
<a href="http://news.ycombinator.com">Visit Hacker News</a>
</p>
<p>
<h2>Screenshots</h2>
<img src="https://www.evernote.com/shard/s14/sh/1dda2de0-1d97-4dba-bedd-e64cf050189d/6d9592a3e8d540abd2efb061242c725d/res/7bad6d89-1ca8-4cef-9db4-6031f37e1c53/skitch.png?resizeSmall&width=832" />
<hr />
<img src="https://www.evernote.com/shard/s14/sh/311da561-8f45-4ba3-8283-61e242bb5788/05ff6b7369a136d730fbae23aa02f18b/res/7d3ebcdb-94e6-4f90-9119-c17775cd5afc/skitch.png?resizeSmall&width=832" />
</p>
</body>
</html>