{% extends "page.html" %}

{% block content %}

<div class="col-lg-12">
    <h1>About</h1>
    <br />

    <h2>First Let's Get One Thing Straight</h2>

    <p>This is a third-party site, not affiliated with HN, provided for
    informational purposes only.  <b>Do not</b> contact or hassle HN
    administrators about any information you learn here.</p>

    <h2>Why?</h2>

    <p>I like reading stuff on the internet that is of interest to HN voters,
    even if the HN administrators think it's off topic.</p>

    <h2>How?</h2>

    <p><a href="https://git.eeqj.de/sneak/hntransparencylog">Go</a> and the
    graciously-provided <a href="https://github.com/HackerNews/API">HN
        API</a>.</p>

    <h2>{{ time }}</h2>

</div>
{% endblock %}