mirror of
				https://github.com/sb745/NyaaV3.git
				synced 2025-11-04 09:55:46 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			714 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			714 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "layout.html" %}
 | 
						|
{% block title %}Browse :: {{ config.SITE_NAME }}{% endblock %}
 | 
						|
{% block body %}
 | 
						|
 | 
						|
<div class="alert alert-info">
 | 
						|
	<p><strong>Hello!</strong> This site is still a work in progress and new features (faster and actually more accurate search, comments etc.) will be added in the coming days.</p>
 | 
						|
	<p>We welcome you to provide feedback at <a href="irc://irc.rizon.net/nyaa-dev">#nyaa-dev@irc.rizon.net</a></p>
 | 
						|
	<p>Our GitHub: <a href="https://github.com/nyaadevs" target="_blank">https://github.com/nyaadevs</a> - creating <a href="https://github.com/nyaadevs/nyaa/issues">issues</a> for features and faults is recommendable!</p>
 | 
						|
</div>
 | 
						|
 | 
						|
 | 
						|
{% include "search_results.html" %}
 | 
						|
 | 
						|
{% endblock %}
 |