19 lines
		
	
	
	
		
			909 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			909 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<footer class="mt-5 py-4 bg-body-tertiary border-top">
 | 
						|
  <div class="container text-center small text-muted">
 | 
						|
    <div class="mb-2">
 | 
						|
      <strong>Game Key Manager</strong> — is done by nocci
 | 
						|
    </div>
 | 
						|
    <div class="mb-2">
 | 
						|
      <a href="https://git.nocci.it/nocci/GiftGamesDB" target="_blank" rel="noopener">
 | 
						|
        <img src="{{ url_for('static', filename='forgejo.svg') }}" alt="forgejo" width="20" style="vertical-align:middle;margin-right:4px;">
 | 
						|
        find the source code on my Forgejo
 | 
						|
      </a>
 | 
						|
    </div>
 | 
						|
    <div>
 | 
						|
      <span>feel free to donate - if you can affort it:</span>
 | 
						|
      <a href="https://www.paypal.me/badbramstedt" target="_blank" rel="noopener">PayPal</a> ·
 | 
						|
      <a href="https://ko-fi.com/nocci" target="_blank" rel="noopener">Ko-fi</a> ·
 | 
						|
      <a href="https://liberapay.com/nocci" target="_blank" rel="noopener">Liberapay</a>
 | 
						|
    </div>
 | 
						|
  </div>
 | 
						|
</footer>
 |