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.
37 lines
1.6 KiB
37 lines
1.6 KiB
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>NoteHub — Free Pastebin for One-Off Markdown Publishing</title> |
|
<meta charset="UTF-8"> |
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"> |
|
<link href="/style.css" rel="stylesheet" type="text/css" /> |
|
</head> |
|
<body> |
|
<div id="hero"> |
|
<h1>NoteHub</h1> |
|
<h2>Free and Hassle-free Pastebin for Markdown Notes.</h2> |
|
<br> |
|
<a class="landing-button demo" href="/demo" style="color: white">See Demo Note</a> |
|
<a class="landing-button" href="/new" style="color: white">New Note</a> |
|
</div> |
|
<div id="dashed-line"></div> |
|
<article class="helvetica bottom-space" style="font-size: 1em"> |
|
<h2>Changelog</h2> |
|
<ul> |
|
<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> |
|
<li><strong>2014-07</strong>: deprecated all API versions less than 1.4 & 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> |
|
<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> |
|
<footer> |
|
Source code @ <a href="https://github.com/chmllr/NoteHub">GitHub</a> |
|
</footer> |
|
</body> |
|
</html>
|
|
|