A pastebin for markdown pages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.7 KiB

11 years ago
<!DOCTYPE html>
<html>
<head>
<title>NoteHub &mdash; Free Pastebin for One-Off Markdown Publishing</title>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
10 years ago
<link href="/style.css" rel="stylesheet" type="text/css" />
11 years ago
</head>
<body>
<div id="hero">
<h1>NoteHub</h1>
<h2>Free and Hassle-free Pastebin for Markdown Notes</h2>
11 years ago
<br>
<a class="landing-button demo" href="/demo" style="color: white">See Demo Note</a>
10 years ago
<a class="landing-button" href="/new" style="color: white">New Note</a>
11 years ago
</div>
<div id="dashed-line"></div>
<article class="bottom-space">
11 years ago
<h2>Changelog</h2>
<ul>
<li><strong>2016-03</strong>: Note deletion feature added.</li>
<li><strong>2015-10</strong>: NoteHub rewritten in Node.js.</li>
<li><strong>2015-10</strong>: NoteHub API and note styling discontinued due to low adoption by the user base.</li>
<li><strong>2014-09</strong>: text size setting added</li>
11 years ago
<li><strong>2014-07</strong>: deprecated all API versions less than 1.4 &amp; performance improvements.</li>
<li><strong>2014-03</strong>: note expiration implemented.</li>
<li><strong>2014-02</strong>: a simple JS-client for API testing added.</li>
<li><strong>2014-01</strong>: NoteHub API, mobile friendly styling and more.</li>
11 years ago
<li><strong>2013-03</strong>: new color themes.</li>
<li><strong>2012-07</strong>: password protection for note editing added.</li>
<li><strong>2012-06</strong>: NoteHub released as a result of an <a href="/2012/6/16/how-notehub-is-built">experiment</a>.</li>
</ul>
</article>
10 years ago
<footer>
Source code @ <a href="https://github.com/chmllr/NoteHub">GitHub</a>
10 years ago
</footer>
11 years ago
</body>
</html>