32 lines
		
	
	
		
			782 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			782 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "page.html" %}
 | |
| 
 | |
| {% block content %}
 | |
| 
 | |
| <div class="col-lg-12">
 | |
|     <h1>About This Site</h1>
 | |
| 
 | |
|     <h2>⚠️ Important!</h2>
 | |
| 
 | |
|     <p>This is a third-party site, not affiliated in any way with HN,
 | |
|     provided for informational purposes only.</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 and don't
 | |
|     want it on the frontpage, which is a decision I respect.  Their
 | |
|     site, their rules.
 | |
|     <small>(<a href="https://news.ycombinator.com/item?id=22643777">more
 | |
|                     info</a>)</small>
 | |
| 
 | |
|     </p>
 | |
| 
 | |
|     <h2>How?</h2>
 | |
| 
 | |
|     <p>Go and the
 | |
|     graciously provided <a href="https://github.com/HackerNews/API">HN
 | |
|         API</a>.</p>
 | |
| 
 | |
| </div>
 | |
| {% endblock %}
 |